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

1 2 34 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/stream_executor/
temporary_memory_manager.cc 33 stream_->parent()->Deallocate(&device_memory);
57 stream_->parent()->Deallocate(&device_memory);
  /art/openjdkjvmti/
ti_allocator.cc 83 jvmtiError AllocUtil::Deallocate(jvmtiEnv* env ATTRIBUTE_UNUSED, unsigned char* mem) {
  /art/test/909-attach-agent/
attach.cc 84 CHECK_CALL_SUCCESS(env->Deallocate(local_data));
  /art/test/928-jni-table/
jni_table.cc 86 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(env_override));
  /art/test/ti-agent/
monitors_helper.cc 57 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(usage.waiters));
58 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(usage.notify_waiters));
64 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(usage.waiters));
65 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(usage.notify_waiters));
jni_binder.cc 99 CheckJvmtiError(jvmti_env, Deallocate(jvmti_env, name_cstr));
100 CheckJvmtiError(jvmti_env, Deallocate(jvmti_env, sig_cstr));
101 CheckJvmtiError(jvmti_env, Deallocate(jvmti_env, klass_name));
208 CheckJvmtiError(jvmti_env, Deallocate(jvmti_env, info.name));
249 CheckJvmtiError(jvmti_env, Deallocate(jvmti_env, methods));
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
infeed_manager.h 55 ~InfeedBuffer() { executor_->Deallocate(&device_memory_); }
  /external/tensorflow/tensorflow/contrib/lite/
simple_memory_arena.h 55 TfLiteStatus Deallocate(TfLiteContext* context, const ArenaAlloc& alloc);
simple_memory_arena.cc 76 TfLiteStatus SimpleMemoryArena::Deallocate(TfLiteContext* context,
  /art/test/1900-track-alloc/
alloc.cc 35 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(t));
50 reinterpret_cast<jvmtiEnv*>(jvmti_env_ptr)->Deallocate(
  /art/test/912-classes/
classes_art.cc 120 CheckJvmtiError(jvmti_env, jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(sig)));
123 CheckJvmtiError(jvmti_env, jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(classes)));
  /art/test/931-agent-thread/
agent_thread.cc 61 CheckJvmtiError(jenv, jenv->Deallocate(reinterpret_cast<unsigned char*>(info.name)));
117 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(cur_thread_info.name)));
  /external/tensorflow/tensorflow/core/framework/
allocator_test.cc 108 a->Deallocate(t1, 1024);
109 a->Deallocate(t2, 1048576);
  /art/test/924-threads/
threads.cc 75 JvmtiErrorToException(env, jvmti_env, jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(s)));
128 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(info.name));
164 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(threads));
208 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(info.name));
  /external/llvm/include/llvm/Support/
ArrayRecycler.h 106 Allocator.Deallocate(Ptr);
109 /// Special case for BumpPtrAllocator which has an empty Deallocate()
132 /// Deallocate an array with the specified Capacity.
136 void deallocate(Capacity Cap, T *Ptr) { function in class:llvm::ArrayRecycler
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ArrayRecycler.h 105 Allocator.Deallocate(Ptr);
108 /// Special case for BumpPtrAllocator which has an empty Deallocate()
131 /// Deallocate an array with the specified Capacity.
135 void deallocate(Capacity Cap, T *Ptr) { function in class:llvm::ArrayRecycler
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ArrayRecycler.h 105 Allocator.Deallocate(Ptr);
108 /// Special case for BumpPtrAllocator which has an empty Deallocate()
131 /// Deallocate an array with the specified Capacity.
135 void deallocate(Capacity Cap, T *Ptr) { function in class:llvm::ArrayRecycler
  /art/test/910-methods/
methods.cc 56 // Need to deallocate the strings.
58 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(name));
61 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(sig));
64 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(gen));
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 106 void Deallocate(void *p) {
110 allocator.Deallocate(&cache, p);
118 allocator.Deallocate(&cache, p);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 131 // Deallocate all.
137 cache.Deallocate(a, a->GetSizeClass(x), x);
193 cache.Deallocate(a, 1 + i % 50, allocated[i]);
318 a.Deallocate(&stats, x);
358 // Deallocate all.
363 a.Deallocate(&stats, p);
382 // Deallocate all in reverse order.
389 a.Deallocate(&stats, p);
407 a.Deallocate(&stats, allocated[i]);
417 a.Deallocate(&stats, p)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCContext.h 269 void Deallocate(void *Ptr) {
292 /// @c Context.Deallocate(Ptr).
311 C.Deallocate(Ptr);
326 /// @c Context.Deallocate(Ptr).
345 C.Deallocate(Ptr);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunction.cpp 83 Allocator.Deallocate(RegInfo);
87 Allocator.Deallocate(MFInfo);
89 FrameInfo->~MachineFrameInfo(); Allocator.Deallocate(FrameInfo);
90 ConstantPool->~MachineConstantPool(); Allocator.Deallocate(ConstantPool);
94 Allocator.Deallocate(JumpTableInfo);
176 InstructionRecycler.Deallocate(Allocator, MI);
194 BasicBlockRecycler.Deallocate(Allocator, MBB);
  /external/compiler-rt/lib/asan/
asan_fake_stack.h 124 // Deallocate the fake frame: read the saved flag address and write 0 there.
125 static void Deallocate(uptr x, uptr class_id) {
  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executor.cc 44 void InterpreterExecutor::Deallocate(DeviceMemoryBase *mem) {
  /external/tensorflow/tensorflow/compiler/xla/tests/
local_client_test_base.h 51 tensorflow::Status Deallocate(

Completed in 739 milliseconds

1 2 34 5 6 7 8 91011>>