OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arena_chunk_map_bits_t
(Results
1 - 4
of
4
) sorted by null
/external/jemalloc/include/jemalloc/internal/
arena.h
50
typedef struct arena_chunk_map_bits_s
arena_chunk_map_bits_t
;
typedef in typeref:struct:arena_chunk_map_bits_s
162
* like
arena_chunk_map_bits_t
. Two separate arrays are stored within each
216
arena_chunk_map_bits_t
map_bits[1]; /* Dynamically sized. */
583
arena_chunk_t *chunk, void *ptr,
arena_chunk_map_bits_t
*bitselm);
585
void *ptr, size_t pageind,
arena_chunk_map_bits_t
*bitselm);
638
arena_chunk_map_bits_t
*arena_bitselm_get_mutable(arena_chunk_t *chunk,
640
const
arena_chunk_map_bits_t
*arena_bitselm_get_const(
711
JEMALLOC_ALWAYS_INLINE
arena_chunk_map_bits_t
*
721
JEMALLOC_ALWAYS_INLINE const
arena_chunk_map_bits_t
*
[
all
...]
size_classes.sh
295
* stored in 8 bits of
arena_chunk_map_bits_t
's bits field.
/external/jemalloc/src/
tcache.c
135
arena_chunk_map_bits_t
*bitselm =
arena.c
[
all
...]
Completed in 154 milliseconds