Home
last modified time | relevance | path

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

/external/lzma/C/
DXzEnc.c347 ISzAlloc *bigAlloc; member
351 static void Lzma2WithFilters_Construct(CLzma2WithFilters *p, ISzAlloc *alloc, ISzAlloc *bigAlloc) in Lzma2WithFilters_Construct() argument
354 p->bigAlloc = bigAlloc; in Lzma2WithFilters_Construct()
364 p->lzma2 = Lzma2Enc_Create(p->alloc, p->bigAlloc); in Lzma2WithFilters_Create()