Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/win32/
Dthread_heap_alloc.hpp25 void* const heap_memory=winapi::HeapAlloc(winapi::GetProcessHeap(),0,size); in allocate_raw_heap_memory() local
33 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() local
58 void* const heap_memory=allocate_raw_heap_memory(sizeof(T)); in heap_new() local
76 void* const heap_memory=allocate_raw_heap_memory(sizeof(T)); in heap_new() local
92 void* const heap_memory=allocate_raw_heap_memory(sizeof(T)); in heap_new() local
108 void* const heap_memory=allocate_raw_heap_memory(sizeof(T)); in heap_new() local
125 void* const heap_memory=allocate_raw_heap_memory(sizeof(T)); in heap_new() local
143 void* const heap_memory=allocate_raw_heap_memory(sizeof(T)); in heap_new_impl() local
160 void* const heap_memory=allocate_raw_heap_memory(sizeof(T)); in heap_new_impl() local
[all …]
/aosp_15_r20/external/compiler-rt/test/lsan/TestCases/
H A Dswapcontext.cc27 char *heap_memory = new char[kStackSize + 1]; in main() local