Searched defs:Alloc (Results 1 - 19 of 19) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/glue/
H A DnsMemory.cpp92 nsMemory::Alloc(PRSize size) function in class:nsMemory
97 return gMemory->Alloc(size);
133 void* newPtr = gMemory->Alloc(size);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsFixedSizeAllocator.cpp112 nsFixedSizeAllocator::Alloc(size_t aSize) function in class:nsFixedSizeAllocator
H A DnsRecyclingAllocator.cpp406 nsRecyclingAllocatorImpl::Alloc(PRSize size) function in class:nsRecyclingAllocatorImpl
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmidles.h65 MIDL_ES_ALLOC Alloc; member in struct:_MIDL_ES_MESSAGE
H A Dobjidl.h988 virtual LPVOID STDMETHODCALLTYPE Alloc(
1025 LPVOID (STDMETHODCALLTYPE *Alloc)( member in struct:IMallocVtbl
1061 #define IMalloc_Alloc(This,cb) (This)->lpVtbl->Alloc(This,cb)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmidles.h65 MIDL_ES_ALLOC Alloc; member in struct:_MIDL_ES_MESSAGE
H A Dobjidl.h988 virtual LPVOID STDMETHODCALLTYPE Alloc(
1025 LPVOID (STDMETHODCALLTYPE *Alloc)( member in struct:IMallocVtbl
1061 #define IMalloc_Alloc(This,cb) (This)->lpVtbl->Alloc(This,cb)
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsSubstring.cpp153 * Alloc returns a pointer to a new string header with set capacity.
155 static nsStringHeader* Alloc(size_t size) function in class:nsStringHeader
157 STRING_STAT_INCREMENT(Alloc);
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DTypes.h224 void *(*Alloc)(void *p, size_t size); member in struct:__anon10474
228 #define IAlloc_Alloc(p, size) (p)->Alloc((p), size)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DTypes.h201 void *(*Alloc)(void *p, size_t size); member in struct:__anon10253
205 #define IAlloc_Alloc(p, size) (p)->Alloc((p), size)
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxUhgsmiBase.h72 VBOXVIDEOCM_UM_ALLOC Alloc; member in struct:VBOXUHGSMI_BUFFER_PRIVATE_ESC_BASE
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsMemoryImpl.cpp322 nsMemoryImpl::Alloc(PRSize size) function in class:nsMemoryImpl
324 NS_ASSERTION(size, "nsMemoryImpl::Alloc of 0");
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_net.h151 void *(*Alloc)( CRConnection *conn ); member in struct:CRConnection
155 * from Alloc() and it'll be freed when Send() returns.
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPVdma.h208 VBOXWDDM_DMA_ALLOCINFO Alloc; member in struct:VBOXVDMA_CLRFILL
235 VBOXWDDM_DMA_ALLOCINFO Alloc; member in struct:VBOXVDMA_FLIP
H A DVBoxMPTypes.h313 VBOXWDDM_DMA_ALLOCINFO Alloc; member in struct:VBOXWDDM_UHGSMI_BUFFER_SUBMIT_INFO
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprnetdb.c461 static char *Alloc(PRIntn amount, char **bufp, PRIntn *buflenp, PRIntn align) function
539 to->h_name = Alloc(len, buf, bufsize, 0);
549 to->h_aliases = (char**)Alloc(
559 to->h_aliases[na] = Alloc(len, buf, bufsize, 0);
568 to->h_addr_list = (char**)Alloc(
574 to->h_addr_list[na] = Alloc(to->h_length, buf, bufsize, 0);
609 to->p_name = Alloc(len, &buf, &bufsize, 0);
615 to->p_aliases = (char**)Alloc(
622 to->p_aliases[na] = Alloc(len, &buf, &bufsize, 0);
787 new_addr_list = (char**)Alloc(
[all...]
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VDMA.cpp1703 VBOXCMDVBVAOFFSET offVRAM = pData->Alloc.u.offVRAM;
1832 VBOXCMDVBVA_ALLOCINFO Alloc; member in struct:VBOXCMDVBVA_PAGING_TRANSFER
/vbox/src/VBox/Additions/WINNT/Graphics/Video/common/wddm/
H A DVBoxMPIf.h453 VBOXVIDEOCM_UM_ALLOC Alloc; member in struct:VBOXDISPIFESCAPE_UHGSMI_ALLOCATE
/vbox/include/VBox/
H A DVBoxVideo.h1890 VBOXCMDVBVA_ALLOCINFO Alloc; member in struct:VBOXCMDVBVA_PAGING_TRANSFER_DATA

Completed in 150 milliseconds