Searched refs:alloc (Results 1 - 25 of 281) sorted by relevance

1234567891011>>

/vbox/src/VBox/Runtime/common/string/
H A Duni.cpp34 #include <iprt/alloc.h>
H A Dutf-8-case2.cpp35 #include <iprt/alloc.h>
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaEnc.h48 CLzmaEncHandle LzmaEnc_Create(ISzAlloc *alloc);
49 void LzmaEnc_Destroy(CLzmaEncHandle p, ISzAlloc *alloc, ISzAlloc *allocBig);
53 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
55 int writeEndMark, ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
70 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
H A DLzmaDec.h130 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
131 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
133 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
134 void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc);
221 ELzmaStatus *status, ISzAlloc *alloc);
H A DLzFindMt.h91 void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc);
93 UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAlloc *alloc);
H A DLzmaDec.c888 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) argument
890 alloc->Free(alloc, p->probs);
894 static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc) argument
896 alloc->Free(alloc, p->dic);
900 void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc) argument
902 LzmaDec_FreeProbs(p, alloc);
903 LzmaDec_FreeDict(p, alloc);
932 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) argument
946 LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) argument
955 LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) argument
977 LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAlloc *alloc) argument
[all...]
H A DLzFind.c17 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) argument
21 alloc->Free(alloc, p->bufferBase);
28 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc) argument
38 LzInWindow_Free(p, alloc);
40 p->bufferBase = (Byte *)alloc->Alloc(alloc, (size_t)blockSize);
140 static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *alloc) argument
142 alloc->Free(alloc,
146 MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc) argument
152 AllocRefs(UInt32 num, ISzAlloc *alloc) argument
160 MatchFinder_Create(CMatchFinder *p, UInt32 historySize, UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAlloc *alloc) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
H A DLzmaDec.h130 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc);
131 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc);
133 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc);
134 void LzmaDec_Free(CLzmaDec *state, ISzAlloc *alloc);
221 ELzmaStatus *status, ISzAlloc *alloc);
H A DLzmaDec.c906 void LzmaDec_FreeProbs(CLzmaDec *p, ISzAlloc *alloc) argument
908 alloc->Free(alloc, p->probs);
912 static void LzmaDec_FreeDict(CLzmaDec *p, ISzAlloc *alloc) argument
914 alloc->Free(alloc, p->dic);
918 void LzmaDec_Free(CLzmaDec *p, ISzAlloc *alloc) argument
920 LzmaDec_FreeProbs(p, alloc);
921 LzmaDec_FreeDict(p, alloc);
950 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) argument
964 LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) argument
973 LzmaDec_Allocate(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc) argument
995 LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAlloc *alloc) argument
[all...]
H A DLzFind.c36 static void LzInWindow_Free(CMatchFinder *p, ISzAlloc *alloc) argument
40 alloc->Free(alloc, p->bufferBase);
47 static int LzInWindow_Create(CMatchFinder *p, UInt32 keepSizeReserv, ISzAlloc *alloc) argument
57 LzInWindow_Free(p, alloc);
59 p->bufferBase = (Byte *)alloc->Alloc(alloc, (size_t)blockSize);
159 static void MatchFinder_FreeThisClassMemory(CMatchFinder *p, ISzAlloc *alloc) argument
161 alloc->Free(alloc,
165 MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc) argument
171 AllocRefs(UInt32 num, ISzAlloc *alloc) argument
179 MatchFinder_Create(CMatchFinder *p, UInt32 historySize, UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAlloc *alloc) argument
[all...]
H A DLzFind.h67 ISzAlloc *alloc);
68 void MatchFinder_Free(CMatchFinder *p, ISzAlloc *alloc);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
H A DCommon.i19 alloc loc1=ar##.##pfs,i,l,o,r ; \
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsIMemory.idl62 * "alloc-failure"
81 [noscript, notxpcom] voidPtr alloc(in size_t size);
/vbox/include/VBox/
H A DVBoxCocoa.h62 mPool = [[NSAutoreleasePool alloc] init];
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ipf/
H A DIpfMacro.i38 alloc loc1=ar##.##pfs,i,l,o,r ;\
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-cocoa.m300 m_pOverlayHelperView = [[VMSVGA3DOverlayHelperView alloc] initWithOverlayWindow:self];
631 NSAutoreleasePool *pPool = [[NSAutoreleasePool alloc] init];
648 pFmt = [[NSOpenGLPixelFormat alloc] initWithAttributes:attribs];
651 *ppCtx = [[VMSVGA3DOpenGLContext alloc] initWithFormat:pFmt shareContext:pShareCtx];
668 NSAutoreleasePool *pPool = [[NSAutoreleasePool alloc] init];
677 NSAutoreleasePool *pPool = [[NSAutoreleasePool alloc] init];
680 VMSVGA3DOverlayView* pView = [[VMSVGA3DOverlayView alloc] initWithFrame:NSZeroRect parentView:pParentView];
685 [[VMSVGA3DOverlayWindow alloc] initWithParentView:pParentView overlayView:pView];
699 NSAutoreleasePool *pPool = [[NSAutoreleasePool alloc] init];
712 NSAutoreleasePool *pPool = [[NSAutoreleasePool alloc] ini
[all...]
/vbox/src/VBox/HostServices/SharedClipboard/
H A Dx11-stub.cpp21 #include <iprt/alloc.h>
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDLMain-darwin.m139 appleMenu = [[NSMenu alloc] initWithTitle:@""];
162 menuItem = [[NSMenuItem alloc] initWithTitle:@"" action:nil keyEquivalent:@""];
181 windowMenu = [[NSMenu alloc] initWithTitle:@"Window"];
184 menuItem = [[NSMenuItem alloc] initWithTitle:@"Minimize" action:@selector(performMiniaturize:) keyEquivalent:@"m"];
189 windowMenuItem = [[NSMenuItem alloc] initWithTitle:@"Window" action:nil keyEquivalent:@""];
204 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
222 [NSApp setMainMenu:[[NSMenu alloc] init]];
227 sdlMain = [[SDLMain alloc] init];
/vbox/src/VBox/Runtime/generic/
H A Dsemfastmutex-generic.cpp34 #include <iprt/alloc.h>
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ipf/
H A DSwitchStack.s45 alloc r2 = ar.pfs, 0, 0, 2, 0
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Dasm.h47 alloc out0 = ar.pfs, 8, 0, 4, 0; \
164 alloc r9 = ar.pfs, 0, 0, 8, 0 ; \
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DVBoxIChatTheaterWrapper.m161 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
176 sharedAVHandler = [[AVHandler alloc] init];
183 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
H A DUICocoaSpecialControls.mm240 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
251 pNativeRef = [[NSButton alloc] init];
264 pNativeRef = [[NSButton alloc] initWithFrame: NSMakeRect(0, 0, 13, 13)];
276 pNativeRef = [[NSButton alloc] initWithFrame: NSMakeRect(0, 0, 13, 13)];
289 UIButtonTargetPrivate *bt = [[UIButtonTargetPrivate alloc] initWithObjectAndLionTrouble:this];
338 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
345 pNativeRef = [[NSSegmentedControl alloc] init];
371 UISegmentedButtonTargetPrivate *bt = [[UISegmentedButtonTargetPrivate alloc] initWithObject1:this];
444 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
451 pNativeRef = [[UISearchFieldPrivate alloc] initWithObject
[all...]
H A DUICocoaDockIconPreview.mm74 mUIDockTile = [[UIDockTile alloc] initWithParent:this];
145 mScreenContent = [[NSImageView alloc] initWithFrame:NSRectFromCGRect(p->flipRect(p->m_updateRect))];
151 mMonitorGlossy = [[NSImageView alloc] initWithFrame:NSRectFromCGRect(p->flipRect(p->m_monitorRect))];
238 mOverlay = [[UIDockTileOverlay alloc] initWithFrame:NSRectFromCGRect(p->flipRect (p->m_dockIconRect)) parent:p];
289 mAppIcon = [[NSImageView alloc] initWithFrame:NSRectFromCGRect (p->flipRect (p->m_dockIconRect))];
307 mMonitor = [[UIDockTileMonitor alloc] initWithFrame:NSRectFromCGRect (p->flipRect (p->m_dockIconRect)) parent:p];
/vbox/src/VBox/Additions/common/VBoxGuest/linux/
H A DMakefile33 r0drv/alloc-r0drv.o \
38 r0drv/linux/alloc-r0drv-linux.o \
57 common/alloc/alloc.o \
106 MOD_OBJS += common/alloc/heapsimple.o
136 common/alloc common/err common/log common/math/gcc common/misc \

Completed in 165 milliseconds

1234567891011>>