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

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DSysHlp.h56 * The same for ExAllocatePool.
58 #undef ExAllocatePool macro
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dthe-nt-kernel.h72 # define ExAllocatePoolWithTag(a,b,c) ExAllocatePool(a,b)
75 # undef ExAllocatePool macro
76 NTKERNELAPI PVOID NTAPI ExAllocatePool(IN POOL_TYPE PoolType, IN SIZE_T NumberOfBytes);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-win.h187 * on NT4, so... The same for ExAllocatePool.
189 # undef ExAllocatePool macro
H A DVBoxGuest-win.cpp34 * on NT4, so... The same for ExAllocatePool.
37 # undef ExAllocatePool macro
/vbox/src/VBox/Additions/WINNT/Mouse/NT4/
H A DVBoxPS2NT.cpp38 #undef ExAllocatePool macro
1807 PINITEXT pInit = (PINITEXT)ExAllocatePool(NonPagedPool, sizeof(INITEXT));
1833 registryPath.Buffer = (PWSTR)ExAllocatePool(PagedPool, RegistryPath->Length + sizeof(UNICODE_NULL));
1864 DevNameSuff.Buffer = (PWSTR)ExAllocatePool(PagedPool, DevNameSuff.MaximumLength);
1875 KbdNameFull.Buffer = (PWSTR)ExAllocatePool(PagedPool, KbdNameFull.MaximumLength);
1917 resourceDeviceClass.Buffer = (PWSTR)ExAllocatePool(PagedPool, resourceDeviceClass.MaximumLength);
1977 ExAllocatePool(NonPagedPool, pDevExt->Cfg.KbdAttr.InputDataQueueLength);
1996 MouNameFull.Buffer = (PWSTR)ExAllocatePool(PagedPool, MouNameFull.MaximumLength);
2030 (PMOUSE_INPUT_DATA)ExAllocatePool(NonPagedPool, pDevExt->Cfg.MouAttr.InputDataQueueLength);
2252 *pResList = (PCM_RESOURCE_LIST)ExAllocatePool(PagedPoo
[all...]

Completed in 274 milliseconds