Searched defs:Allocate (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Protocol/ | ||
H A D | FaultTolerantWrite.h | 198 EFI_FAULT_TOLERANT_WRITE_ALLOCATE Allocate; member in struct:_EFI_FAULT_TOLERANT_WRITE_PROTOCOL |
/vbox/src/VBox/Additions/haiku/SharedFolders/ | ||
H A D | OpenHashTable.h | 80 void* Allocate(size_t size) const function in struct:MallocAllocator 436 = (ValueType**)fAllocator.Allocate(sizeof(ValueType*) * newSize); |
/vbox/src/VBox/HostServices/GuestControl/ | ||
H A D | service.cpp | 148 int Allocate(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM paParms[]) function in struct:guestControl::HostCommand 1350 rc = pHostCmd->Allocate(eFunction, cParms, paParms); |
Completed in 187 milliseconds