Searched refs:BrotliAllocate (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/enc/ | ||
| H A D | memory.h | 43 BROTLI_INTERNAL void* BrotliAllocate(MemoryManager* m, size_t n); 45 ((N) > 0 ? ((T*)BrotliAllocate((M), (N) * sizeof(T))) : NULL) |
| H A D | memory.c | 52 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