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

  /external/jemalloc/include/jemalloc/internal/
arena.h 45 typedef struct arena_chunk_map_bits_s arena_chunk_map_bits_t; typedef in typeref:struct:arena_chunk_map_bits_s
156 * like arena_chunk_map_bits_t. Two separate arrays are stored within each
202 arena_chunk_map_bits_t map_bits[1]; /* Dynamically sized. */
551 void *ptr, arena_chunk_map_bits_t *bitselm);
553 size_t pageind, arena_chunk_map_bits_t *bitselm);
601 arena_chunk_map_bits_t *arena_bitselm_get(arena_chunk_t *chunk,
663 JEMALLOC_ALWAYS_INLINE arena_chunk_map_bits_t *
    [all...]
size_classes.sh 263 * stored in 8 bits of arena_chunk_map_bits_t's bits field.
  /external/jemalloc/src/
tcache.c 130 arena_chunk_map_bits_t *bitselm =
arena.c     [all...]

Completed in 40 milliseconds