Searched refs:Allocate (Results 1 – 13 of 13) sorted by relevance
26 std::unique_ptr<MemoryChunk> MemoryChunk::Allocate(size_t size) { in Allocate() function in android::idmap2::MemoryChunk52 std::unique_ptr<MemoryChunk> chunk = MemoryChunk::Allocate(entry.uncompressed_length); in Uncompress()
154 static sp<LinearBlockBuffer> Allocate(187 static sp<ConstLinearBlockBuffer> Allocate(224 static sp<GraphicBlockBuffer> Allocate(292 static sp<ConstGraphicBlockBuffer> Allocate(
129 sp<LinearBlockBuffer> LinearBlockBuffer::Allocate( in Allocate() function in android::LinearBlockBuffer162 sp<ConstLinearBlockBuffer> ConstLinearBlockBuffer::Allocate( in Allocate() function in android::ConstLinearBlockBuffer498 sp<GraphicBlockBuffer> GraphicBlockBuffer::Allocate( in Allocate() function in android::GraphicBlockBuffer611 sp<ConstGraphicBlockBuffer> ConstGraphicBlockBuffer::Allocate( in Allocate() function in android::ConstGraphicBlockBuffer
52 return GraphicBlockBuffer::Allocate( in AllocateGraphicBuffer()563 return LinearBlockBuffer::Allocate(format, block); in Alloc()1003 sp<Codec2Buffer> clientBuffer = ConstLinearBlockBuffer::Allocate(mFormat, buffer); in wrap()1053 return ConstGraphicBlockBuffer::Allocate( in wrap()
33 static std::unique_ptr<MemoryChunk> Allocate(size_t size);
132 static MemoryBlock Allocate(size_t);
529 MemoryBlock MemoryBlock::Allocate(size_t size) { in Allocate() function in android::MemoryBlock
49 virtual void* Allocate(size_t size);
127 void* TrackingAllocator::Allocate(size_t size) { in Allocate() function in startop::dex::TrackingAllocator
322 mConversionBuffer = MemoryBlock::Allocate(stride * vstride * 3 / 2); in initEncoder()
214 // Allocate and initialize a 1MB blob.
495 template<typename Type> Type* Allocate();883 EnumValueDescriptor* result = tables->Allocate<EnumValueDescriptor>(); in FindEnumValueByNumberCreatingIfUnknown()982 Type* DescriptorPool::Tables::Allocate() { in Allocate() function in google::protobuf::DescriptorPool::Tables3574 FileDescriptor* placeholder = tables_->Allocate<FileDescriptor>(); in NewPlaceholderFile()3861 FileDescriptor* result = tables_->Allocate<FileDescriptor>(); in BuildFileImpl()
708 // Allocate a protobuf message in the arena.