Searched refs:isqalloc (Results 1 – 8 of 8) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal.h | 1011 void isqalloc(tsd_t *tsd, void *ptr, size_t size, tcache_t *tcache, 1193 isqalloc(tsd_t *tsd, void *ptr, size_t size, tcache_t *tcache, bool slow_path) in isqalloc() function 1231 isqalloc(tsd, ptr, oldsize, tcache, true); in iralloct_realign()
|
D | private_symbols.txt | 312 isqalloc
|
D | private_namespace.h | 312 #define isqalloc JEMALLOC_N(isqalloc) macro
|
D | jemalloc_internal.h.in | 1011 void isqalloc(tsd_t *tsd, void *ptr, size_t size, tcache_t *tcache, 1193 isqalloc(tsd_t *tsd, void *ptr, size_t size, tcache_t *tcache, bool slow_path) function 1231 isqalloc(tsd, ptr, oldsize, tcache, true);
|
D | private_unnamespace.h | 312 #undef isqalloc
|
/external/jemalloc/src/ |
D | huge.c | 405 isqalloc(tsd, ptr, oldsize, tcache, true); in huge_ralloc()
|
D | jemalloc.c | 1927 isqalloc(tsd, ptr, usize, tcache, slow_path);
|
D | arena.c | 3349 isqalloc(tsd, ptr, oldsize, tcache, true); in arena_ralloc()
|