Searched refs:arena_sdalloc (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | private_symbols.txt | 103 arena_sdalloc
|
D | private_namespace.h | 103 #define arena_sdalloc JEMALLOC_N(arena_sdalloc) macro
|
D | arena.h | 658 void arena_sdalloc(tsd_t *tsd, void *ptr, size_t size, tcache_t *tcache); 1414 arena_sdalloc(tsd_t *tsd, void *ptr, size_t size, tcache_t *tcache) in arena_sdalloc() function
|
D | private_unnamespace.h | 103 #undef arena_sdalloc
|
D | jemalloc_internal.h | 1087 arena_sdalloc(tsd, ptr, size, tcache); in isdalloct()
|
D | jemalloc_internal.h.in | 1087 arena_sdalloc(tsd, ptr, size, tcache);
|