HomeSort by relevance Sort by last modified time
    Searched defs:MallocAllocator (Results 1 - 6 of 6) sorted by null

  /external/ImageMagick/Magick++/lib/Magick++/
Blob.h 26 MallocAllocator,
68 // Specify allocator_ as "MallocAllocator" if memory is allocated
  /art/runtime/base/
allocator.cc 27 class MallocAllocator FINAL : public Allocator {
29 explicit MallocAllocator() {}
30 ~MallocAllocator() {}
41 DISALLOW_COPY_AND_ASSIGN(MallocAllocator);
44 MallocAllocator g_malloc_allocator;
  /external/ImageMagick/Magick++/lib/
Blob.cpp 68 Magick::Blob::MallocAllocator);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Allocator.h 10 // This file defines the MallocAllocator and BumpPtrAllocator interfaces.
29 class MallocAllocator {
31 MallocAllocator() {}
32 ~MallocAllocator() {}
72 /// is an adapter class for MallocAllocator that just forwards the method
77 MallocAllocator Allocator;
  /frameworks/compile/mclinker/include/mcld/Support/
Allocators.h 305 class MallocAllocator {
317 typedef MallocAllocator<OtherDataType> other;
321 MallocAllocator() throw() {}
323 MallocAllocator(const MallocAllocator&) throw() {}
325 ~MallocAllocator() throw() {}
350 class MallocAllocator<void> {
362 typedef MallocAllocator<OtherDataType> other;
366 MallocAllocator() throw() {}
368 MallocAllocator(const MallocAllocator&) throw() {
    [all...]
  /external/llvm/include/llvm/Support/
Allocator.h 11 /// This file defines the MallocAllocator and BumpPtrAllocator interfaces. Both
89 class MallocAllocator : public AllocatorBase<MallocAllocator> {
99 using AllocatorBase<MallocAllocator>::Allocate;
106 using AllocatorBase<MallocAllocator>::Deallocate;
130 /// The BumpPtrAllocatorImpl template defaults to using a MallocAllocator
133 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,

Completed in 464 milliseconds