OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcache_alloc_easy
(Results
1 - 4
of
4
) sorted by null
/external/jemalloc/include/jemalloc/internal/
tcache.h
177
void *
tcache_alloc_easy
(tcache_bin_t *tbin, bool *tcache_success);
267
tcache_alloc_easy
(tcache_bin_t *tbin, bool *tcache_success)
function
304
ret =
tcache_alloc_easy
(tbin, &tcache_success);
362
ret =
tcache_alloc_easy
(tbin, &tcache_success);
private_namespace.h
469
#define
tcache_alloc_easy
JEMALLOC_N(
tcache_alloc_easy
)
macro
private_unnamespace.h
469
#undef
tcache_alloc_easy
macro
/external/jemalloc/src/
tcache.c
82
ret =
tcache_alloc_easy
(tbin, tcache_success);
Completed in 32 milliseconds