Searched defs:heap_offset (Results 1 - 1 of 1) sorted by relevance

/external/libcxxabi/src/
H A Dfallback_malloc.cpp59 typedef unsigned short heap_offset; typedef in namespace:__anon11220
63 heap_offset next_node; // offset into heap
71 heap_node* node_from_offset(const heap_offset offset) {
75 heap_offset offset_from_node(const heap_node* ptr) {
76 return static_cast<heap_offset>(

Completed in 146 milliseconds