OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tcache_create
(Results
1 - 5
of
5
) 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));
ctl.c
117
CTL_PROTO(
tcache_create
)
294
{NAME("create"), CTL(
tcache_create
)},
[
all
...]
/external/jemalloc/include/jemalloc/internal/
tcache.h
158
tcache_t *
tcache_create
(tsd_t *tsd, arena_t *arena);
474
elm->tcache =
tcache_create
(tsd, arena_choose(tsd, NULL));
private_namespace.h
481
#define
tcache_create
JEMALLOC_N(
tcache_create
)
macro
private_unnamespace.h
481
#undef
tcache_create
macro
Completed in 294 milliseconds