Home
last modified time | relevance | path

Searched refs:Alloc (Results 1 – 5 of 5) sorted by relevance

/u-boot/lib/lzma/
A DTypes.h211 void *(*Alloc)(void *p, size_t size); member
215 #define IAlloc_Alloc(p, size) (p)->Alloc((p), size)
A DLzmaTools.c97 g_Alloc.Alloc = SzAlloc; in lzmaBuffToBuffDecompress()
A Dhistory.txt139 It used Alloc/Free functions from different memory pools.
A DLzmaDec.c956 p->probs = (CLzmaProb *)alloc->Alloc(alloc, numProbs * sizeof(CLzmaProb)); in LzmaDec_AllocateProbs2()
983 p->dic = (Byte *)alloc->Alloc(alloc, dicBufSize); in LzmaDec_Allocate()
A Dlzma.txt65 Alloc.* - Memory allocation functions

Completed in 10 milliseconds