Home
last modified time | relevance | path

Searched refs:imalloct (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt273 imalloct
Djemalloc_internal.h816 void *imalloct(tsd_t *tsd, size_t size, tcache_t *tcache, arena_t *arena);
888 imalloct(tsd_t *tsd, size_t size, tcache_t *tcache, arena_t *arena) in imalloct() function
Dprivate_namespace.h273 #define imalloct JEMALLOC_N(imalloct) macro
Dprivate_unnamespace.h273 #undef imalloct
Djemalloc_internal.h.in816 void *imalloct(tsd_t *tsd, size_t size, tcache_t *tcache, arena_t *arena);
888 imalloct(tsd_t *tsd, size_t size, tcache_t *tcache, arena_t *arena) function
/external/jemalloc/src/
Djemalloc.c1947 return (imalloct(tsd, usize, tcache, arena));
1969 p = imalloct(tsd, LARGE_MINCLASS, tcache, arena);