HomeSort by relevance Sort by last modified time
    Searched refs:Deallocate (Results 1 - 25 of 198) sorted by null

1 2 3 4 5 6 7 8

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
RecyclingAllocator.h 48 /// Deallocate - Release storage for the pointed-to object. The
52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); }
70 A.Deallocate(E);
  /art/test/918-fields/
fields.cc 44 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(err));
59 // Need to deallocate the strings.
61 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(name));
64 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(sig));
67 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(gen));
76 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(err));
93 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(err));
110 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(err));
127 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(err));
  /art/test/920-objects/
objects.cc 39 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(err));
55 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(err));
  /art/runtime/openjdkjvmti/
ti_allocator.h 49 static jvmtiError Deallocate(jvmtiEnv* env, unsigned char* mem);
  /art/test/992-source-data/
source_file.cc 47 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(file));
  /external/compiler-rt/lib/lsan/
lsan_allocator.h 25 void Deallocate(void *p);
  /external/opencv/
WLNonFileByteStream.h 42 void Deallocate();
WLNonFileByteStream.cpp 29 Deallocate();
42 void WLNonFileByteStream::Deallocate()
67 Deallocate();
  /art/test/ti-agent/
jvmti_helper.h 51 jvmtiError ret = env_->Deallocate(ptr);
67 static inline jvmtiError Deallocate(jvmtiEnv* env, T* mem) {
68 return env->Deallocate(reinterpret_cast<unsigned char*>(mem));
  /external/llvm/include/llvm/Support/
RecyclingAllocator.h 48 /// Deallocate - Release storage for the pointed-to object. The
52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); }
74 A.Deallocate(E);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
RecyclingAllocator.h 48 /// Deallocate - Release storage for the pointed-to object. The
52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); }
74 A.Deallocate(E);
Recycler.h 69 Allocator.Deallocate(t);
73 /// Special case for BumpPtrAllocator which has an empty Deallocate()
96 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
RecyclingAllocator.h 48 /// Deallocate - Release storage for the pointed-to object. The
52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); }
74 A.Deallocate(E);
Recycler.h 69 Allocator.Deallocate(t);
73 /// Special case for BumpPtrAllocator which has an empty Deallocate()
96 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
RecyclingAllocator.h 48 /// Deallocate - Release storage for the pointed-to object. The
52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); }
74 A.Deallocate(E);
Recycler.h 69 Allocator.Deallocate(t);
73 /// Special case for BumpPtrAllocator which has an empty Deallocate()
96 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
RecyclingAllocator.h 48 /// Deallocate - Release storage for the pointed-to object. The
52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); }
74 A.Deallocate(E);
Recycler.h 69 Allocator.Deallocate(t);
73 /// Special case for BumpPtrAllocator which has an empty Deallocate()
96 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
RecyclingAllocator.h 48 /// Deallocate - Release storage for the pointed-to object. The
52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); }
74 A.Deallocate(E);
Recycler.h 69 Allocator.Deallocate(t);
73 /// Special case for BumpPtrAllocator which has an empty Deallocate()
96 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
RecyclingAllocator.h 48 /// Deallocate - Release storage for the pointed-to object. The
52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); }
74 A.Deallocate(E);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
RecyclingAllocator.h 48 /// Deallocate - Release storage for the pointed-to object. The
52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); }
74 A.Deallocate(E);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
RecyclingAllocator.h 48 /// Deallocate - Release storage for the pointed-to object. The
52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); }
74 A.Deallocate(E);
  /art/test/922-properties/
properties.cc 47 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(data));
52 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(properties));
72 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(value));
  /art/test/907-get-loaded-classes/
get_loaded_classes.cc 51 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(err));
62 // Need to Deallocate.
63 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(classes));

Completed in 301 milliseconds

1 2 3 4 5 6 7 8