Home
last modified time | relevance | path

Searched refs:isqalloc (Results 1 – 8 of 8) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h889 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()
Dprivate_symbols.txt296 isqalloc
Dprivate_namespace.h298 #define isqalloc JEMALLOC_N(isqalloc) macro
Djemalloc_internal.h.in889 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);
Dprivate_unnamespace.h298 #undef isqalloc
/external/jemalloc/src/
Dhuge.c376 isqalloc(tsd, ptr, oldsize, tcache); in huge_ralloc()
Djemalloc.c1854 isqalloc(tsd, ptr, usize, tcache);
Darena.c3136 isqalloc(tsd, ptr, oldsize, tcache); in arena_ralloc()