Searched refs:Alloc (Results 1 – 5 of 5) sorted by relevance
211 void *(*Alloc)(void *p, size_t size); member215 #define IAlloc_Alloc(p, size) (p)->Alloc((p), size)
97 g_Alloc.Alloc = SzAlloc; in lzmaBuffToBuffDecompress()
139 It used Alloc/Free functions from different memory pools.
956 p->probs = (CLzmaProb *)alloc->Alloc(alloc, numProbs * sizeof(CLzmaProb)); in LzmaDec_AllocateProbs2()983 p->dic = (Byte *)alloc->Alloc(alloc, dicBufSize); in LzmaDec_Allocate()
65 Alloc.* - Memory allocation functions
Completed in 10 milliseconds