OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tcache_create
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/src/
tcache.c
310
return (
tcache_create
(tsd, arena));
314
tcache_create
(tsd_t *tsd, arena_t *arena)
function
457
tcache =
tcache_create
(tsd, arena_get(0, false));
/external/jemalloc/include/jemalloc/internal/
private_namespace.h
481
#define
tcache_create
JEMALLOC_N(
tcache_create
)
macro
private_unnamespace.h
481
#undef
tcache_create
macro
Completed in 42 milliseconds