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
317
return (
tcache_create
(tsd_tsdn(tsd), arena));
321
tcache_create
(tsdn_t *tsdn, arena_t *arena)
function
493
tcache =
tcache_create
(tsd_tsdn(tsd), arena);
ctl.c
117
CTL_PROTO(
tcache_create
)
297
{NAME("create"), CTL(
tcache_create
)},
[
all
...]
/external/jemalloc/include/jemalloc/internal/
tcache.h
156
tcache_t *
tcache_create
(tsdn_t *tsdn, arena_t *arena);
476
elm->tcache =
tcache_create
(tsd_tsdn(tsd), arena_choose(tsd,
private_namespace.h
520
#define
tcache_create
JEMALLOC_N(
tcache_create
)
macro
[
all
...]
private_unnamespace.h
520
#undef
tcache_create
macro
Completed in 113 milliseconds