OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcache_alloc_easy
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/include/jemalloc/internal/
tcache.h
178
void *
tcache_alloc_easy
(tcache_bin_t *tbin, bool *tcache_success);
268
tcache_alloc_easy
(tcache_bin_t *tbin, bool *tcache_success)
function
305
ret =
tcache_alloc_easy
(tbin, &tcache_success);
363
ret =
tcache_alloc_easy
(tbin, &tcache_success);
private_namespace.h
510
#define
tcache_alloc_easy
JEMALLOC_N(
tcache_alloc_easy
)
macro
[
all
...]
private_unnamespace.h
510
#undef
tcache_alloc_easy
macro
Completed in 115 milliseconds