Searched refs:heap_size (Results 1 – 2 of 2) sorted by relevance
144 const size_t heap_size = element_count * element_size + padding_size; in __cxa_vec_new2() local145 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() local174 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()
57 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;