Home
last modified time | relevance | path

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

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