Home
last modified time | relevance | path

Searched defs:ISzAlloc (Results 1 – 1 of 1) sorted by relevance

/external/lzma/C/
D7zTypes.h290 typedef struct ISzAlloc ISzAlloc; typedef
293 struct ISzAlloc struct
295 void *(*Alloc)(ISzAllocPtr p, size_t size); argument
296 void (*Free)(ISzAllocPtr p, void *address); /* address can be 0 */ argument