Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:use_pool
(Results
1 - 2
of
2
) sorted by relevance
/third_party/eudev/src/shared/
H
A
D
hashmap.c
778
bool
use_pool
;
in hashmap_base_new()
local
780
use_pool
= is_main_thread();
in hashmap_base_new()
782
h =
use_pool
? mempool_alloc0_tile(hi->mempool) : malloc0(hi->head_size);
in hashmap_base_new()
788
h->from_pool =
use_pool
;
in hashmap_base_new()
/third_party/glfw/deps/
H
A
D
nuklear.h
5600
int
use_pool
;
member
14998
ctx->
use_pool
= nk_false;
in nk_init_fixed()
15019
ctx->
use_pool
= nk_true;
in nk_init_custom()
15031
ctx->
use_pool
= nk_true;
in nk_init()
15050
if (ctx->
use_pool
)
in nk_free()
15074
if (ctx->
use_pool
)
in nk_clear()
15383
} else if (ctx->
use_pool
) {
in nk_create_page_element()
15417
if (ctx->
use_pool
) {
in nk_free_page_element()
Completed in 46 milliseconds