Home
last modified time | relevance | path

Searched refs:Alloc (Results 1 – 4 of 4) sorted by relevance

/system/core/libmemunreachable/
DLeakPipe.h114 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()
DAllocator.cpp77 void* Alloc(size_t size);
171 void* Alloc();
247 void* Chunk::Alloc() { in Alloc() function in android::Chunk
355 void* HeapImpl::Alloc(size_t size) { in Alloc() function in android::HeapImpl
369 return free_chunks_[bucket].next()->data()->Alloc(); in AllocLocked()
453 return impl_->Alloc(size); in allocate()
/system/extras/simpleperf/
Dutils.cpp264 alloc.Alloc = xz_alloc; in XzDecompress()
/system/core/libunwindstack/
DElfInterface.cpp90 alloc.Alloc = [](ISzAllocPtr, size_t size) { return malloc(size); }; in CreateGnuDebugdataMemory()