Searched refs:isqalloc (Results 1 – 8 of 8) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal.h | 889 void isqalloc(tsd_t *tsd, void *ptr, size_t size, tcache_t *tcache); 1091 isqalloc(tsd_t *tsd, void *ptr, size_t size, tcache_t *tcache) in isqalloc() function 1128 isqalloc(tsd, ptr, oldsize, tcache); in iralloct_realign()
|
D | private_symbols.txt | 296 isqalloc
|
D | private_namespace.h | 298 #define isqalloc JEMALLOC_N(isqalloc) macro
|
D | jemalloc_internal.h.in | 889 void isqalloc(tsd_t *tsd, void *ptr, size_t size, tcache_t *tcache); 1091 isqalloc(tsd_t *tsd, void *ptr, size_t size, tcache_t *tcache) function 1128 isqalloc(tsd, ptr, oldsize, tcache);
|
D | private_unnamespace.h | 298 #undef isqalloc
|
/external/jemalloc/src/ |
D | huge.c | 376 isqalloc(tsd, ptr, oldsize, tcache); in huge_ralloc()
|
D | jemalloc.c | 1854 isqalloc(tsd, ptr, usize, tcache);
|
D | arena.c | 3136 isqalloc(tsd, ptr, oldsize, tcache); in arena_ralloc()
|