Home
last modified time | relevance | path

Searched defs:heap_node (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libcxxabi/src/
H A Dfallback_malloc.cpp65 struct heap_node { struct
66 heap_offset next_node; // offset into heap
67 heap_size len; // size in units of "sizeof(heap_node)"
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/
H A Dfallback_malloc.cpp71 struct heap_node { struct
72 heap_offset next_node; // offset into heap
73 heap_size len; // size in units of "sizeof(heap_node)"