Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/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) { in BrotliAllocate() function
138 void* BrotliAllocate(MemoryManager* m, size_t n) { in BrotliAllocate() function
/third_party/skia/third_party/externals/brotli/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) { in BrotliAllocate() function
138 void* BrotliAllocate(MemoryManager* m, size_t n) { in BrotliAllocate() function

Completed in 2 milliseconds