Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal.h1011 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()
Dprivate_symbols.txt312 isqalloc
Dprivate_namespace.h312 #define isqalloc JEMALLOC_N(isqalloc) macro
Djemalloc_internal.h.in1011 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);
Dprivate_unnamespace.h312 #undef isqalloc
/external/jemalloc/src/
Dhuge.c405 isqalloc(tsd, ptr, oldsize, tcache, true); in huge_ralloc()
Djemalloc.c1927 isqalloc(tsd, ptr, usize, tcache, slow_path);
Darena.c3349 isqalloc(tsd, ptr, oldsize, tcache, true); in arena_ralloc()