Home
last modified time | relevance | path

Searched refs:AllocateBuffer (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dec/
Dbuffer.c55 static VP8StatusCode AllocateBuffer(WebPDecBuffer* const buffer) { in AllocateBuffer() function
151 return AllocateBuffer(out); in WebPAllocateDecBuffer()
/external/v8/src/
Dmark-compact.h259 SlotsBuffer* AllocateBuffer(SlotsBuffer* next_buffer);
359 buffer = allocator->AllocateBuffer(buffer); in AddTo()
Dmark-compact.cc4020 buffer = allocator->AllocateBuffer(buffer); in AddTo()
4123 SlotsBuffer* SlotsBufferAllocator::AllocateBuffer(SlotsBuffer* next_buffer) { in AllocateBuffer() function in v8::internal::SlotsBufferAllocator