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

  /external/ImageMagick/Magick++/lib/Magick++/
Blob.h 26 MallocAllocator,
68 // Specify allocator_ as "MallocAllocator" if memory is allocated
  /art/libartbase/base/
allocator.cc 28 class MallocAllocator FINAL : public Allocator {
30 MallocAllocator() {}
31 ~MallocAllocator() {}
42 DISALLOW_COPY_AND_ASSIGN(MallocAllocator);
45 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,
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Allocator.h 11 /// This file defines the MallocAllocator and BumpPtrAllocator interfaces. Both
91 class MallocAllocator : public AllocatorBase<MallocAllocator> {
101 using AllocatorBase<MallocAllocator>::Allocate;
108 using AllocatorBase<MallocAllocator>::Deallocate;
133 /// The BumpPtrAllocatorImpl template defaults to using a MallocAllocator
136 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Allocator.h 11 /// This file defines the MallocAllocator and BumpPtrAllocator interfaces. Both
91 class MallocAllocator : public AllocatorBase<MallocAllocator> {
101 using AllocatorBase<MallocAllocator>::Allocate;
108 using AllocatorBase<MallocAllocator>::Deallocate;
133 /// The BumpPtrAllocatorImpl template defaults to using a MallocAllocator
136 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Allocator.h 11 /// This file defines the MallocAllocator and BumpPtrAllocator interfaces. Both
91 class MallocAllocator : public AllocatorBase<MallocAllocator> {
101 using AllocatorBase<MallocAllocator>::Allocate;
108 using AllocatorBase<MallocAllocator>::Deallocate;
133 /// The BumpPtrAllocatorImpl template defaults to using a MallocAllocator
136 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Allocator.h 11 /// This file defines the MallocAllocator and BumpPtrAllocator interfaces. Both
91 class MallocAllocator : public AllocatorBase<MallocAllocator> {
101 using AllocatorBase<MallocAllocator>::Allocate;
108 using AllocatorBase<MallocAllocator>::Deallocate;
133 /// The BumpPtrAllocatorImpl template defaults to using a MallocAllocator
136 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Allocator.h 11 /// This file defines the MallocAllocator and BumpPtrAllocator interfaces. Both
91 class MallocAllocator : public AllocatorBase<MallocAllocator> {
101 using AllocatorBase<MallocAllocator>::Allocate;
108 using AllocatorBase<MallocAllocator>::Deallocate;
133 /// The BumpPtrAllocatorImpl template defaults to using a MallocAllocator
136 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Allocator.h 11 /// This file defines the MallocAllocator and BumpPtrAllocator interfaces. Both
91 class MallocAllocator : public AllocatorBase<MallocAllocator> {
101 using AllocatorBase<MallocAllocator>::Allocate;
108 using AllocatorBase<MallocAllocator>::Deallocate;
133 /// The BumpPtrAllocatorImpl template defaults to using a MallocAllocator
136 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Allocator.h 11 /// This file defines the MallocAllocator and BumpPtrAllocator interfaces. Both
91 class MallocAllocator : public AllocatorBase<MallocAllocator> {
101 using AllocatorBase<MallocAllocator>::Allocate;
108 using AllocatorBase<MallocAllocator>::Deallocate;
133 /// The BumpPtrAllocatorImpl template defaults to using a MallocAllocator
136 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Allocator.h 11 /// This file defines the MallocAllocator and BumpPtrAllocator interfaces. Both
91 class MallocAllocator : public AllocatorBase<MallocAllocator> {
101 using AllocatorBase<MallocAllocator>::Allocate;
108 using AllocatorBase<MallocAllocator>::Deallocate;
133 /// The BumpPtrAllocatorImpl template defaults to using a MallocAllocator
136 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Allocator.h 11 /// This file defines the MallocAllocator and BumpPtrAllocator interfaces. Both
91 class MallocAllocator : public AllocatorBase<MallocAllocator> {
101 using AllocatorBase<MallocAllocator>::Allocate;
108 using AllocatorBase<MallocAllocator>::Deallocate;
133 /// The BumpPtrAllocatorImpl template defaults to using a MallocAllocator
136 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Allocator.h 11 /// This file defines the MallocAllocator and BumpPtrAllocator interfaces. Both
91 class MallocAllocator : public AllocatorBase<MallocAllocator> {
101 using AllocatorBase<MallocAllocator>::Allocate;
108 using AllocatorBase<MallocAllocator>::Deallocate;
133 /// The BumpPtrAllocatorImpl template defaults to using a MallocAllocator
136 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Allocator.h 11 /// This file defines the MallocAllocator and BumpPtrAllocator interfaces. Both
91 class MallocAllocator : public AllocatorBase<MallocAllocator> {
101 using AllocatorBase<MallocAllocator>::Allocate;
108 using AllocatorBase<MallocAllocator>::Deallocate;
133 /// The BumpPtrAllocatorImpl template defaults to using a MallocAllocator
136 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Allocator.h 11 /// This file defines the MallocAllocator and BumpPtrAllocator interfaces. Both
91 class MallocAllocator : public AllocatorBase<MallocAllocator> {
101 using AllocatorBase<MallocAllocator>::Allocate;
108 using AllocatorBase<MallocAllocator>::Deallocate;
133 /// The BumpPtrAllocatorImpl template defaults to using a MallocAllocator
136 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Allocator.h 11 /// This file defines the MallocAllocator and BumpPtrAllocator interfaces. Both
91 class MallocAllocator : public AllocatorBase<MallocAllocator> {
101 using AllocatorBase<MallocAllocator>::Allocate;
108 using AllocatorBase<MallocAllocator>::Deallocate;
133 /// The BumpPtrAllocatorImpl template defaults to using a MallocAllocator
136 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Allocator.h 11 /// This file defines the MallocAllocator and BumpPtrAllocator interfaces. Both
91 class MallocAllocator : public AllocatorBase<MallocAllocator> {
101 using AllocatorBase<MallocAllocator>::Allocate;
108 using AllocatorBase<MallocAllocator>::Deallocate;
133 /// The BumpPtrAllocatorImpl template defaults to using a MallocAllocator
136 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Allocator.h 11 /// This file defines the MallocAllocator and BumpPtrAllocator interfaces. Both
91 class MallocAllocator : public AllocatorBase<MallocAllocator> {
101 using AllocatorBase<MallocAllocator>::Allocate;
108 using AllocatorBase<MallocAllocator>::Deallocate;
133 /// The BumpPtrAllocatorImpl template defaults to using a MallocAllocator
136 template <typename AllocatorT = MallocAllocator, size_t SlabSize = 4096,

Completed in 449 milliseconds