OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chunks_rtree
(Results
1 - 6
of
6
) 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_symbols.txt
172
chunks_rtree
private_namespace.h
174
#define
chunks_rtree
JEMALLOC_N(
chunks_rtree
)
macro
private_unnamespace.h
174
#undef
chunks_rtree
macro
arena.h
191
* This field as a whole is used by
chunks_rtree
to support both
[
all
...]
/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 1097 milliseconds