Searched refs:imalloct (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | private_symbols.txt | 273 imalloct
|
D | jemalloc_internal.h | 816 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
|
D | private_namespace.h | 273 #define imalloct JEMALLOC_N(imalloct) macro
|
D | private_unnamespace.h | 273 #undef imalloct
|
D | jemalloc_internal.h.in | 816 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/ |
D | jemalloc.c | 1947 return (imalloct(tsd, usize, tcache, arena)); 1969 p = imalloct(tsd, LARGE_MINCLASS, tcache, arena);
|