Home
last modified time | relevance | path

Searched refs:initializeCustomHeap (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libhoard/Hoard/src/source/
H A Dunixtls.cpp87 static TheCustomHeapType * initializeCustomHeap() __attribute__((constructor));
89 static TheCustomHeapType * initializeCustomHeap() { in initializeCustomHeap() function
109 tlab = initializeCustomHeap(); in getCustomHeap()
159 static TheCustomHeapType * initializeCustomHeap() { in initializeCustomHeap() function
175 heap = initializeCustomHeap(); in getCustomHeap()
203 auto * heap = initializeCustomHeap(); in exitRoutine()
219 initializeCustomHeap(); in startMeUp()
266 static volatile TheCustomHeapType * t = initializeCustomHeap(); in thr_create()
362 static volatile TheCustomHeapType * t = initializeCustomHeap(); in pthread_create()
H A Dwintls.cpp62 static TheCustomHeapType * initializeCustomHeap() in initializeCustomHeap() function
91 initializeCustomHeap(); in getCustomHeap()
96 initializeCustomHeap(); in getCustomHeap()
H A Dmactls.cpp73 static TheCustomHeapType * initializeCustomHeap() { in initializeCustomHeap() function
94 heap = initializeCustomHeap(); in getCustomHeap()