Searched defs:cAllocations (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedNoCrt-win.cpp115 size_t cAllocations; member in struct:__anon16400
133 if (g_aSupR3HardenedEarlyHeaps[iHeap].cAllocations == 0)
163 g_aSupR3HardenedEarlyHeaps[iHeap].cAllocations++;
201 g_aSupR3HardenedEarlyHeaps[iHeap].cAllocations = 1;
361 if (g_aSupR3HardenedEarlyHeaps[iHeap].cAllocations)
362 g_aSupR3HardenedEarlyHeaps[iHeap].cAllocations--;
363 if ( !g_aSupR3HardenedEarlyHeaps[iHeap].cAllocations
398 if (g_aSupR3HardenedEarlyHeaps[iHeap].cAllocations)
399 g_aSupR3HardenedEarlyHeaps[iHeap].cAllocations--;
400 if ( !g_aSupR3HardenedEarlyHeaps[iHeap].cAllocations
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispD3D.h293 UINT cAllocations; member in struct:VBOXWDDMDISP_RESOURCE
317 #define VBOXDISP_CUBEMAP_LEVELS_COUNT(pRc) (((pRc)->cAllocations)/6)
H A DVBoxDispD3D.cpp260 UINT cAllocations; member in struct:VBOXWDDMDISP_NSCADD
275 pData->pPatchLocationList[0].PatchOffset = pData->cAllocations*4;
276 pData->pPatchLocationList[0].AllocationIndex = pData->cAllocations;
281 ++pData->cAllocations;
327 NscAdd.cAllocations = 0;
374 if (!NscAdd.cAllocations)
384 Assert(RenderData.NumAllocations == NscAdd.cAllocations);
386 Assert(RenderData.NumPatchLocations == NscAdd.cAllocations);
534 for (UINT i = 0; i < pRc->cAllocations; ++i)
620 pRc->cAllocations
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPTypes.h205 uint32_t cAllocations; member in struct:VBOXWDDM_RESOURCE
/vbox/src/VBox/VMM/include/
H A DMMInternal.h69 uint64_t cAllocations; member in struct:MMHEAPSTAT
83 AssertCompileMemberAlignment(MMHEAPSTAT, cAllocations, 8);
159 uint64_t cAllocations; member in struct:MMUKHEAPSTAT
174 AssertCompileMemberAlignment(MMUKHEAPSTAT, cAllocations, 8);
277 uint64_t cAllocations; member in struct:MMHYPERSTAT
291 AssertCompileMemberAlignment(MMHYPERSTAT, cAllocations, 8);

Completed in 46 milliseconds