OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chunks_rtree
(Results
1 - 4
of
4
) sorted by null
/external/jemalloc/include/jemalloc/internal/
chunk.h
47
extern rtree_t
chunks_rtree
;
91
return (rtree_get(&
chunks_rtree
, (uintptr_t)ptr, dependent));
private_namespace.h
174
#define
chunks_rtree
JEMALLOC_N(
chunks_rtree
)
macro
private_unnamespace.h
174
#undef
chunks_rtree
macro
/external/jemalloc/src/
chunk.c
14
rtree_t
chunks_rtree
;
variable
147
if (rtree_set(&
chunks_rtree
, (uintptr_t)chunk, node))
173
err = rtree_set(&
chunks_rtree
, (uintptr_t)chunk, NULL);
725
if (rtree_new(&
chunks_rtree
, (unsigned)((ZU(1) << (LG_SIZEOF_PTR+3)) -
Completed in 68 milliseconds