Searched defs:Allocate (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Protocol/
H A DFaultTolerantWrite.h198 EFI_FAULT_TOLERANT_WRITE_ALLOCATE Allocate; member in struct:_EFI_FAULT_TOLERANT_WRITE_PROTOCOL
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A DOpenHashTable.h80 void* Allocate(size_t size) const function in struct:MallocAllocator
436 = (ValueType**)fAllocator.Allocate(sizeof(ValueType*) * newSize);
/vbox/src/VBox/HostServices/GuestControl/
H A Dservice.cpp148 int Allocate(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM paParms[]) function in struct:guestControl::HostCommand
1350 rc = pHostCmd->Allocate(eFunction, cParms, paParms);

Completed in 1434 milliseconds