OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arena_bitselm_get_const
(Results
1 - 4
of
4
) sorted by null
/external/jemalloc/include/jemalloc/internal/
private_namespace.h
9
#define
arena_bitselm_get_const
JEMALLOC_N(
arena_bitselm_get_const
)
macro
[
all
...]
private_unnamespace.h
9
#undef
arena_bitselm_get_const
macro
arena.h
640
const arena_chunk_map_bits_t *
arena_bitselm_get_const
(
722
arena_bitselm_get_const
(const arena_chunk_t *chunk, size_t pageind)
function
[
all
...]
/external/jemalloc/src/
arena.c
684
(void *)
arena_bitselm_get_const
(chunk, map_bias+1),
685
(size_t)((uintptr_t)
arena_bitselm_get_const
(chunk,
687
(uintptr_t)
arena_bitselm_get_const
(chunk, map_bias+1)));
692
*)
arena_bitselm_get_const
(chunk, map_bias+1),
693
(size_t)((uintptr_t)
arena_bitselm_get_const
(chunk,
695
(uintptr_t)
arena_bitselm_get_const
(chunk, map_bias+1)));
[
all
...]
Completed in 365 milliseconds