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

1 2 34 5 6 7 8

  /art/runtime/openjdkjvmti/
art_jvmti.h 121 jvmtiError ret = env_->Deallocate(reinterpret_cast<unsigned char*>(ptr));
142 jvmtiError ret = env_->Deallocate(reinterpret_cast<unsigned char*>(ptr));
jvmti_allocator.h 125 void deallocate(pointer p, size_type n ATTRIBUTE_UNUSED) { function in class:openjdkjvmti::JvmtiAllocator
129 jvmtiError dealloc_error = env_->Deallocate(reinterpret_cast<unsigned char*>(p));
  /art/test/901-hello-ti-agent/
basics.cc 111 CHECK_CALL_SUCCESS(env->Deallocate(local_data));
188 jvmtiError dealloc = jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(name));
  /external/compiler-rt/lib/asan/
asan_allocator.cc 159 get_allocator().Deallocate(cache_, p);
166 void Deallocate(void *p) {
167 get_allocator().Deallocate(cache_, p);
511 void Deallocate(void *ptr, uptr delete_size, BufferedStackTrace *stack,
559 Deallocate(old_ptr, 0, stack, FROM_MALLOC);
725 instance.Deallocate(ptr, 0, stack, alloc_type);
730 instance.Deallocate(ptr, size, stack, alloc_type);
745 instance.Deallocate(p, 0, stack, FROM_MALLOC);
  /external/compiler-rt/lib/asan/tests/
asan_fake_stack_test.cc 129 fs->Deallocate(reinterpret_cast<uptr>(it->first), it->second);
142 fs->Deallocate(reinterpret_cast<uptr>(ff), class_id);
  /external/compiler-rt/lib/lsan/
lsan_interceptors.cc 61 Deallocate(p);
174 Deallocate(ptr);
  /external/compiler-rt/lib/msan/
msan_allocator.cc 163 allocator.Deallocate(cache, p);
167 allocator.Deallocate(cache, p);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.cc 113 return internal_allocator()->Deallocate(&internal_allocator_cache, ptr);
115 internal_allocator()->Deallocate(cache, ptr);
sanitizer_quarantine.h 41 // void cb.Deallocate(void *ptr);
112 cb.Deallocate(b);
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 164 Allocator.Deallocate(RegInfo);
168 Allocator.Deallocate(MFInfo);
172 Allocator.Deallocate(FrameInfo);
175 Allocator.Deallocate(ConstantPool);
179 Allocator.Deallocate(JumpTableInfo);
184 Allocator.Deallocate(WinEHInfo);
278 InstructionRecycler.Deallocate(Allocator, MI);
294 BasicBlockRecycler.Deallocate(Allocator, MBB);
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceCfg.h 260 /// Deallocate data that was allocated via allocate<T>().
261 template <typename T> void deallocate(T *Object) { function in class:Ice::Cfg
262 Allocator->Deallocate(Object);
265 /// Deallocate data that was allocated via allocateArrayOf<T>().
267 Allocator->Deallocate(Array);
  /art/test/ti-agent/
redefinition_helper.cc 59 jvmti->Deallocate(reinterpret_cast<unsigned char*>(signature));
60 jvmti->Deallocate(reinterpret_cast<unsigned char*>(generic));
64 jvmti->Deallocate(reinterpret_cast<unsigned char*>(error));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
StmtCXX.h 310 Deallocate, ///< Coroutine frame memory deallocation.
334 Expr *Deallocate = nullptr;
382 return cast_or_null<Expr>(getStoredStmts()[SubStmt::Deallocate]);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
StmtCXX.h 310 Deallocate, ///< Coroutine frame memory deallocation.
334 Expr *Deallocate = nullptr;
382 return cast_or_null<Expr>(getStoredStmts()[SubStmt::Deallocate]);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
StmtCXX.h 310 Deallocate, ///< Coroutine frame memory deallocation.
334 Expr *Deallocate = nullptr;
382 return cast_or_null<Expr>(getStoredStmts()[SubStmt::Deallocate]);