HomeSort by relevance Sort by last modified time
    Searched defs:g_Alloc (Results 1 - 3 of 3) sorted by null

  /external/lzma/C/
Alloc.c 132 ISzAlloc g_Alloc = { SzAlloc, SzFree };
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/
LzmaCompress.c 48 static ISzAlloc g_Alloc = { SzAlloc, SzFree };
165 NULL, &g_Alloc, &g_Alloc);
226 inBuffer, LZMA_PROPS_SIZE, LZMA_FINISH_END, &status, &g_Alloc);
  /external/lzma/C/Util/7z/
7zMain.c 26 static ISzAlloc g_Alloc = { SzAlloc, SzFree };
32 Buf_Free(dest, &g_Alloc);
33 return Buf_Create(dest, size, &g_Alloc);
209 Buf_Free(&buf, &g_Alloc);
225 Buf_Free(&buf, &g_Alloc);
242 Buf_Free(&buf, &g_Alloc);

Completed in 93 milliseconds