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

  /external/jemalloc/include/jemalloc/internal/
arena.h 141 #define CHUNK_MAP_UNZEROED ((size_t)0x08U)
887 (CHUNK_MAP_DIRTY|CHUNK_MAP_UNZEROED)) == 0);
898 (CHUNK_MAP_DIRTY|CHUNK_MAP_UNZEROED)) == 0);
899 return (mapbits & CHUNK_MAP_UNZEROED);
909 (CHUNK_MAP_DIRTY|CHUNK_MAP_UNZEROED)) == 0);
    [all...]
  /external/jemalloc/src/
arena.c 404 size_t flag_unzeroed_mask = (flags == 0) ? CHUNK_MAP_UNZEROED :
487 CHUNK_MAP_UNZEROED : 0;
674 flag_unzeroed = (zero || !commit) ? 0 : CHUNK_MAP_UNZEROED;
    [all...]

Completed in 121 milliseconds