Searched refs:BrotliAllocate (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/brotli/dist/c/enc/
H A Dmemory.h43 BROTLI_INTERNAL void* BrotliAllocate(MemoryManager* m, size_t n);
45 ((N) > 0 ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL)
H A Dmemory.c52 void* BrotliAllocate(MemoryManager* m, size_t n) { function in typeref:typename:void *
138 void* BrotliAllocate(MemoryManager* m, size_t n) { function in typeref:typename:void *

Completed in 3 milliseconds