Searched refs:Alloc (Results 1 – 4 of 4) sorted by relevance
114 template <class T, class Alloc = std::allocator<T>>115 bool SendVector(const std::vector<T, Alloc>& vector) { in SendVector()152 template <class T, class Alloc = std::allocator<T>>153 bool ReceiveVector(std::vector<T, Alloc>& vector) { in ReceiveVector()
77 void* Alloc(size_t size);171 void* Alloc();247 void* Chunk::Alloc() { in Alloc() function in android::Chunk355 void* HeapImpl::Alloc(size_t size) { in Alloc() function in android::HeapImpl369 return free_chunks_[bucket].next()->data()->Alloc(); in AllocLocked()453 return impl_->Alloc(size); in allocate()
264 alloc.Alloc = xz_alloc; in XzDecompress()
90 alloc.Alloc = [](ISzAllocPtr, size_t size) { return malloc(size); }; in CreateGnuDebugdataMemory()