HomeSort by relevance Sort by last modified time
    Searched defs:isqalloc (Results 1 - 3 of 3) sorted by null

  /external/jemalloc/include/jemalloc/internal/
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) function
1231 isqalloc(tsd, ptr, oldsize, tcache, true);
    [all...]
private_namespace.h 312 #define isqalloc JEMALLOC_N(isqalloc) macro
    [all...]
private_unnamespace.h 312 #undef isqalloc macro

Completed in 1046 milliseconds