Searched refs:supR3HardenedEarlyAlloc (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedNoCrt-win.cpp148 static void *supR3HardenedEarlyAlloc(size_t cb, bool fZero) function
273 return supR3HardenedEarlyAlloc(cb, false /*fZero*/);
291 return supR3HardenedEarlyAlloc(cb, true /*fZero*/);

Completed in 51 milliseconds