Searched defs:heap_memory (Results 1 – 2 of 2) sorted by relevance
25 void* const heap_memory=winapi::HeapAlloc(winapi::GetProcessHeap(),0,size); in allocate_raw_heap_memory() local33 inline void free_raw_heap_memory(void* heap_memory) in free_raw_heap_memory()41 void* const heap_memory=allocate_raw_heap_memory(sizeof(T)); in heap_new() local58 void* const heap_memory=allocate_raw_heap_memory(sizeof(T)); in heap_new() local76 void* const heap_memory=allocate_raw_heap_memory(sizeof(T)); in heap_new() local92 void* const heap_memory=allocate_raw_heap_memory(sizeof(T)); in heap_new() local108 void* const heap_memory=allocate_raw_heap_memory(sizeof(T)); in heap_new() local125 void* const heap_memory=allocate_raw_heap_memory(sizeof(T)); in heap_new() local143 void* const heap_memory=allocate_raw_heap_memory(sizeof(T)); in heap_new_impl() local160 void* const heap_memory=allocate_raw_heap_memory(sizeof(T)); in heap_new_impl() local[all …]
27 char *heap_memory = new char[kStackSize + 1]; in main() local