HomeSort by: relevance | last modified time | path
    Searched defs:lzma_allocator (Results 1 - 1 of 1) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/api/lzma/
base.h 385 * A pointer to lzma_allocator may be passed via lzma_stream structure
386 * to liblzma, and some advanced functions take a pointer to lzma_allocator
388 * specified in lzma_allocator for memory handling instead of the default
393 * lzma_allocator. Thus, it is OK to change these function pointers in
399 * lzma_allocator given via the lzma_stream structure. The application
401 * of the pointed lzma_allocator structure until lzma_end() has been used
414 * \param opaque lzma_allocator.opaque (see below)
450 * \param opaque lzma_allocator.opaque (see below)
451 * \param ptr Pointer returned by lzma_allocator.alloc(),
462 * opaque is passed as the first argument to lzma_allocator.alloc(
470 } lzma_allocator; typedef in typeref:struct:__anon310
    [all...]

Completed in 17 milliseconds