Searched defs:alloc (Results 1 - 23 of 23) sorted by relevance

/vbox/include/iprt/cpp/
H A Dmem.h229 bool alloc(size_t a_cElements = 1, bool a_fZeroed = false) function in class:RTCMemAutoPtr
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Drbtree.h59 void *(*alloc)(size_t size); member in struct:wine_rb_functions
225 tree->stack.entries = functions->alloc(16 * sizeof(*tree->stack.entries));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Drbtree.h53 void *(*alloc)(size_t size); member in struct:wine_rb_functions
219 tree->stack.entries = functions->alloc(16 * sizeof(*tree->stack.entries));
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Drbtree.h59 void *(*alloc)(size_t size); member in struct:wine_rb_functions
225 tree->stack.entries = functions->alloc(16 * sizeof(*tree->stack.entries));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Drbtree.h53 void *(*alloc)(size_t size); member in struct:wine_rb_functions
219 tree->stack.entries = functions->alloc(16 * sizeof(*tree->stack.entries));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Drbtree.h53 void *(*alloc)(size_t size); member in struct:wine_rb_functions
219 tree->stack.entries = functions->alloc(16 * sizeof(*tree->stack.entries));
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Drbtree.h59 void *(*alloc)(size_t size); member in struct:wine_rb_functions
225 tree->stack.entries = functions->alloc(16 * sizeof(*tree->stack.entries));
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dtcp_out.c227 u16_t alloc = length; local
235 alloc = max_length;
254 alloc = LWIP_MIN(max_length, LWIP_MEM_ALIGN_SIZE(length + TCP_OVERSIZE));
258 p = pbuf_alloc(layer, alloc, PBUF_RAM);
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.cpp210 VBoxVHWACommandElement * alloc() function in class:VBoxVHWAEntriesCache
5042 VBoxVHWACommandElement * pCmd = m_pCmdEntryCache->alloc();
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxf86dgastr.h313 CARD8 alloc; member in struct:_XDGACreateColormap
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispProfile.h119 VBoxDispProfileEntry * alloc(const char *pName) function in class:VBoxDispProfileSet
394 if (!__pVBoxDispProfileEntry) { __pVBoxDispProfileEntry = _p.alloc(__FUNCTION__); } \
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
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 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...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
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...]
H A DLzFindMt.c438 void MatchFinderMt_FreeMem(CMatchFinderMt *p, ISzAlloc *alloc) argument
440 alloc->Free(alloc, p->hashBuf);
444 void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc) argument
448 MatchFinderMt_FreeMem(p, alloc);
466 UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAlloc *alloc)
474 p->hashBuf = (UInt32 *)alloc->Alloc(alloc, (kHashBufferSize + kBtBufferSize) * sizeof(UInt32));
481 if (!MatchFinder_Create(mf, historySize, keepAddBufferBefore, matchMaxLen, keepAddBufferAfter, alloc))
465 MatchFinderMt_Create(CMatchFinderMt *p, UInt32 historySize, UInt32 keepAddBufferBefore, UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAlloc *alloc) argument
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 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/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h90 xmlBufferAllocationScheme alloc; /* The realloc method */ member in struct:_xmlBuffer
/vbox/src/libs/libxml2-2.6.31/
H A Dparser.c2759 int *len, int *alloc, int normalize);
7865 * @alloc: whether the attribute was reallocated as a new string
7896 xmlParseAttValueInternal(xmlParserCtxtPtr ctxt, int *len, int *alloc, argument
8008 if (alloc) *alloc = 1;
8012 if (alloc) *alloc = 0;
8015 if (alloc) *alloc = 1;
8027 * @alloc
8035 xmlParseAttribute2(xmlParserCtxtPtr ctxt, const xmlChar *pref, const xmlChar *elem, const xmlChar **prefix, xmlChar **value, int *len, int *alloc) argument
8209 int len = -1, alloc = 0; local
[all...]
/vbox/src/recompiler/
H A Dexec.c47 # include <iprt/alloc.h>
399 static PageDesc *page_find_alloc(tb_page_addr_t index, int alloc) argument
425 if (!alloc) {
437 if (!alloc) {
455 static PhysPageDesc *phys_page_find_alloc(target_phys_addr_t index, int alloc) argument
468 if (!alloc) {
480 if (!alloc) {
3058 /* NB: MAP_POPULATE won't exhaustively alloc all phys pages in the case
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXproto.h1781 BYTE alloc;
1777 BYTE alloc; member in struct:__anon9806
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/
H A DXproto.h1753 BYTE alloc;
1749 BYTE alloc; member in struct:__anon2249
/vbox/include/VBox/
H A DVBoxVideo.h1806 VBOXCMDVBVA_ALLOCINFO alloc; member in struct:VBOXCMDVBVA_BLT_PRIMARY
1814 VBOXCMDVBVA_ALLOCDESC alloc; member in struct:VBOXCMDVBVA_BLT_PRIMARY_GENERIC_A8R8G8B8
1822 VBOXCMDVBVA_ALLOCINFO alloc; member in struct:VBOXCMDVBVA_BLT_OFFPRIMSZFMT_OR_ID

Completed in 193 milliseconds