Home
last modified time | relevance | path

Searched refs:heap_size (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_vector.cpp144 const size_t heap_size = element_count * element_size + padding_size; in __cxa_vec_new2() local
145 char * const heap_block = static_cast<char *> ( alloc ( heap_size )); in __cxa_vec_new2()
173 const size_t heap_size = element_count * element_size + padding_size; in __cxa_vec_new3() local
174 char * const heap_block = static_cast<char *> ( alloc ( heap_size )); in __cxa_vec_new3()
178 st_heap_block3 heap ( dealloc, heap_block, heap_size ); in __cxa_vec_new3()
Dfallback_malloc.ipp57 typedef unsigned short heap_size;
61 heap_size len; // size in units of "sizeof(heap_node)"
104 q->len = static_cast<heap_size>(nelems);
174 heap_size total_free = 0;