HomeSort by relevance Sort by last modified time
    Searched refs:try_tcache_dalloc (Results 1 - 6 of 6) sorted by null

  /external/jemalloc/include/jemalloc/internal/
huge.h 17 size_t extra, size_t alignment, bool zero, bool try_tcache_dalloc);
jemalloc_internal.h 628 size_t alignment, bool zero, bool try_tcache_alloc, bool try_tcache_dalloc,
631 bool zero, bool try_tcache_alloc, bool try_tcache_dalloc, arena_t *arena);
805 size_t alignment, bool zero, bool try_tcache_alloc, bool try_tcache_dalloc,
832 iqalloct(ptr, try_tcache_dalloc);
838 bool try_tcache_alloc, bool try_tcache_dalloc, arena_t *arena)
854 zero, try_tcache_alloc, try_tcache_dalloc, arena));
860 try_tcache_dalloc));
863 alignment, zero, try_tcache_dalloc));
arena.h 449 bool try_tcache_dalloc);
    [all...]
  /external/jemalloc/src/
jemalloc.c 1550 bool try_tcache_alloc, try_tcache_dalloc; local
    [all...]
huge.c 94 size_t extra, size_t alignment, bool zero, bool try_tcache_dalloc)
132 iqalloct(ptr, try_tcache_dalloc);
arena.c     [all...]

Completed in 83 milliseconds