Searched refs:alloc (Results 26 - 50 of 281) sorted by relevance

1234567891011>>

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzFind.h67 ISzAlloc *alloc);
68 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
H A DLzmaEnc.c499 static int RangeEnc_Alloc(CRangeEnc *p, ISzAlloc *alloc) argument
503 p->bufBase = (Byte *)alloc->Alloc(alloc, RC_BUF_SIZE);
511 static void RangeEnc_Free(CRangeEnc *p, ISzAlloc *alloc) argument
513 alloc->Free(alloc, p->bufBase);
1734 CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc) argument
1737 p = alloc->Alloc(alloc, sizeof(CLzmaEnc));
1743 void LzmaEnc_FreeLits(CLzmaEnc *p, ISzAlloc *alloc) argument
1751 LzmaEnc_Destruct(CLzmaEnc *p, ISzAlloc *alloc, ISzAlloc *allocBig) argument
1761 LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig) argument
1932 LzmaEnc_Alloc(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBig) argument
2057 LzmaEnc_AllocAndInit(CLzmaEnc *p, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBig) argument
2074 LzmaEnc_Prepare(CLzmaEncHandle pp, ISeqInStream *inStream, ISeqOutStream *outStream, ISzAlloc *alloc, ISzAlloc *allocBig) argument
2083 LzmaEnc_PrepareForLzma2(CLzmaEncHandle pp, ISeqInStream *inStream, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBig) argument
2099 LzmaEnc_MemPrepare(CLzmaEncHandle pp, const Byte *src, SizeT srcLen, UInt32 keepWindowSize, ISzAlloc *alloc, ISzAlloc *allocBig) argument
2188 LzmaEnc_Encode(CLzmaEncHandle pp, ISeqOutStream *outStream, ISeqInStream *inStream, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig) argument
2251 LzmaEnc_MemEncode(CLzmaEncHandle pp, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig) argument
2276 LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseCpuLib/Ipf/
H A DCpuFlushTlb.s26 alloc loc0 = ar.pfs, 0, 3, 5, 0
/vbox/src/VBox/HostDrivers/Support/freebsd/
H A DMakefile53 .PATH: ${.CURDIR}/alloc
56 alloc.c
150 alloc-r0drv.c \
158 alloc-r0drv-freebsd.c \
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A Dvmstarter.mm108 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
110 [[NSApplication sharedApplication] setDelegate: [[AppDelegate alloc] init]];
H A DUICocoaApplication.mm86 m_pCallbacks = [[NSMutableArray alloc] init];
137 CallbackData *pData = [[[CallbackData alloc] initWithMask: fMask callback: pfnCallback user: pvUser] autorelease];
266 m_pPool = [[NSAutoreleasePool alloc] init];
/vbox/src/VBox/Runtime/common/log/
H A Dlogrel.cpp35 # include <iprt/alloc.h>
/vbox/src/VBox/Runtime/r0drv/freebsd/
H A Dsemfastmutex-r0drv-freebsd.c38 #include <iprt/alloc.h>
/vbox/src/VBox/Runtime/r0drv/os2/
H A Dsemfastmutex-r0drv-os2.cpp38 #include <iprt/alloc.h>
H A Dspinlock-r0drv-os2.cpp38 #include <iprt/alloc.h>
/vbox/src/VBox/Runtime/r3/generic/
H A Dsemspinmutex-r3-generic.cpp34 #include <iprt/alloc.h>
/vbox/src/VBox/Runtime/r3/posix/
H A DRTMemProtect-posix.cpp31 #include <iprt/alloc.h>
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Dloadfile_machdep.h69 #define ALLOC(a) alloc(a)
/vbox/src/VBox/Runtime/common/ldr/
H A DldrELF.cpp35 #include <iprt/alloc.h>
/vbox/src/VBox/Runtime/r0drv/haiku/
H A Dsemfastmutex-r0drv-haiku.c35 #include <iprt/alloc.h>
/vbox/src/VBox/Runtime/r0drv/linux/
H A Dsemfastmutex-r0drv-linux.c34 #include <iprt/alloc.h>
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dsemfastmutex-r0drv-nt.cpp34 #include <iprt/alloc.h>
/vbox/src/VBox/Runtime/r3/win/
H A Dutf8-win.cpp35 #include <iprt/alloc.h>
/vbox/src/VBox/Additions/common/VBoxGuest/freebsd/
H A DMakefile43 .PATH: ${.CURDIR}/alloc
131 alloc-r0drv.c \
139 alloc-r0drv-freebsd.c \
/vbox/src/VBox/Runtime/testcase/
H A DtstMemAutoPtr.cpp190 FreeIt2.alloc(128);
222 CHECK_EXPR(FreeIt4.alloc(123));
274 Zeroed2.alloc(5, true);
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_cocoa_helper.m496 m_pArray = [[NSMutableArray alloc] init];
615 m_pTasks = [[VBoxTaskComposite alloc] init];
626 s_pRunner = [[VBoxMainThreadTaskRunner alloc] init];
656 VBoxTaskPerformSelector *pSelTask = [[VBoxTaskPerformSelector alloc] initWithObject:aObject selector:aSelector arg:aArg];
946 m_Lock = [[NSLock alloc] init];
1011 m_ThumbBitmap = [[NSBitmapImageRep alloc] initWithBitmapDataPlanes:NULL
1023 m_ThumbImage = [[NSImage alloc] initWithSize:[m_ThumbBitmap size]];
1221 m_pOverlayHelperView = [[OverlayHelperView alloc] initWithOverlayWindow:self];
1949 m_DockTileView = [[DockOverlayView alloc] init];
2069 NSOpenGLContext *pSharedGLCtx = [[NSOpenGLContext alloc] initWithForma
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddgaproc.h108 int mode, int alloc);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddgaproc.h108 int mode, int alloc);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddgaproc.h134 int alloc);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddgaproc.h135 int alloc);

Completed in 185 milliseconds

1234567891011>>