Searched refs:PRTHEAPPAGEBLOCK (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | rtmempage-exec-mmap-heap-posix.cpp | 69 typedef struct RTHEAPPAGEBLOCK *PRTHEAPPAGEBLOCK; typedef in typeref:struct:RTHEAPPAGEBLOCK 91 PRTHEAPPAGEBLOCK pHint1; 93 PRTHEAPPAGEBLOCK pHint2; 245 DECLINLINE(int) rtHeapPageAllocFromBlockSuccess(PRTHEAPPAGEBLOCK pBlock, uint32_t iPage, size_t cPages, bool fZero, void **ppv) 273 DECLINLINE(bool) rtHeapPageIsPageRangeFree(PRTHEAPPAGEBLOCK pBlock, uint32_t iFirst, uint32_t cPages) 296 DECLINLINE(int) rtHeapPageAllocFromBlock(PRTHEAPPAGEBLOCK pBlock, size_t cPages, bool fZero, void **ppv) 340 PRTHEAPPAGEBLOCK pBlock = RT_FROM_MEMBER(pNode, RTHEAPPAGEBLOCK, Core); 415 PRTHEAPPAGEBLOCK pBlock; 418 pBlock = (PRTHEAPPAGEBLOCK)g_pfnOrgMalloc(sizeof(*pBlock)); 421 pBlock = (PRTHEAPPAGEBLOCK)rtMemBaseAllo [all...] |
Completed in 139 milliseconds