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

1 2

  /external/chromium_org/ppapi/c/dev/
ppp_class_deprecated.h 127 void (*Deallocate)(void* object);
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-profiler_unittest.cc 73 static void Deallocate(int start, int end) {
92 Deallocate(0, 40);
111 Deallocate(0, 40);
134 Deallocate(0, 40);
140 Deallocate(0, 1000);
143 Deallocate(0, 10);
144 Deallocate(10, 20);
145 Deallocate(90, 100);
146 Deallocate(20, 90);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-profiler_unittest.cc 73 static void Deallocate(int start, int end) {
92 Deallocate(0, 40);
111 Deallocate(0, 40);
134 Deallocate(0, 40);
140 Deallocate(0, 1000);
143 Deallocate(0, 10);
144 Deallocate(10, 20);
145 Deallocate(90, 100);
146 Deallocate(20, 90);
  /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);
Recycler.h 87 Allocator.Deallocate(t);
91 /// Special case for BumpPtrAllocator which has an empty Deallocate()
117 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) {
Allocator.h 13 /// Allocate method accepting a size and alignment, and a Deallocate accepting
15 /// Allocate and Deallocate for setting size and alignment based on the final
58 /// \brief Deallocate \a Ptr to \a Size bytes of memory allocated by this
60 void Deallocate(const void *Ptr, size_t Size) {
63 &AllocatorBase::Deallocate) !=
65 &DerivedT::Deallocate),
67 "core Deallocate(void *) overload!");
69 return static_cast<DerivedT *>(this)->Deallocate(Ptr, Size);
80 /// \brief Deallocate space for a sequence of objects without constructing them.
84 Deallocate(T *Ptr, size_t Num = 1)
    [all...]
  /external/opencv/
WLNonFileByteStream.cpp 29 Deallocate();
42 void WLNonFileByteStream::Deallocate()
67 Deallocate();
  /external/chromium_org/content/test/plugin/
plugin_npobject_identity_test.cc 20 static void Deallocate(NPObject* npobject) {
29 NPThingy::Deallocate,
plugin_delete_plugin_in_deallocate_test.cc 23 static void Deallocate(NPObject* npobject) {
28 // Call window.deletePlugin to tear-down our plugin from inside deallocate.
50 DeletePluginInDeallocateTestNPObject::Deallocate,
  /external/llvm/unittests/Support/
AllocatorTest.cpp 142 void Deallocate(void *Slab, size_t Size) {
  /external/chromium_org/ppapi/cpp/dev/
scriptable_object_deprecated.cc 125 void Deallocate(void* object) {
138 &Deallocate
  /external/chromium_org/ppapi/proxy/
ppp_instance_private_proxy_unittest.cc 72 // |PPB_Var_Deprecated->CreateObject| for a mock |Deallocate| method.
73 void Deallocate(void* object) {
85 &Deallocate
ppp_class_proxy.cc 166 void Deallocate(void* object) {
185 &Deallocate
376 CallWhileUnlocked(ToPPPClass(ppp_class)->Deallocate, ToUserData(object));
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_memory_mapping.h 60 // Deallocate an existing mapping, if any.
61 void Deallocate() {
83 ~ScopedMemoryMapping() { Deallocate(); }
  /ndk/sources/android/crazy_linker/src/
crazy_linker_memory_mapping.h 60 // Deallocate an existing mapping, if any.
61 void Deallocate() {
83 ~ScopedMemoryMapping() { Deallocate(); }
  /external/compiler-rt/lib/asan/
asan_fake_stack.h 123 // Deallocate the fake frame: read the saved flag address and write 0 there.
124 static void Deallocate(uptr x, uptr class_id) {
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 93 void Deallocate(void *p) {
95 allocator.Deallocate(&cache, p);
103 allocator.Deallocate(&cache, p);
  /hardware/ti/omap3/dspbridge/inc/
dynamic_loader.h 307 * Deallocate
315 void (*Deallocate) (struct Dynamic_Loader_Sym * thisptr, void *memptr);
336 * A class used by the dynamic loader to allocate and deallocate target memory.
407 * Function deallocate
418 void (*Deallocate) (struct Dynamic_Loader_Allocate * thisptr,
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.h 88 void Deallocate(void* ptr, size_t size_class);
374 inline void ThreadCache::Deallocate(void* ptr, size_t cl) {
debugallocation.cc 156 // A circular buffer to hold freed blocks of memory. MallocBlock::Deallocate
158 // underlying allocator immediately. See MallocBlock::Deallocate for more
163 // code in MallocBlock::Deallocate is not re-entrant.
538 void Deallocate(int type) {
681 // We don't want to allocate or deallocate memory here, so we use
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.h 94 void Deallocate(void* ptr, size_t size_class);
347 inline void ThreadCache::Deallocate(void* ptr, size_t cl) {
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 101 void Deallocate(Storage *S) {
154 Allocator->Deallocate(DiagStorage);
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 374 /// \brief Deallocate memory in the preprocessing record.
375 void Deallocate(void *Ptr) { }
613 PR.Deallocate(ptr);
  /external/llvm/include/llvm/MC/
MCContext.h 423 void Deallocate(void *Ptr) {
451 /// @c Context.Deallocate(Ptr).
470 C.Deallocate(Ptr);
485 /// @c Context.Deallocate(Ptr).
504 C.Deallocate(Ptr);
  /external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp 228 "Cannot deallocate part of an allocated block!");
278 void Deallocate(void *Slab, size_t Size);
545 /// deallocateFunctionBody - Deallocate all memory for the specified
577 void JITAllocator::Deallocate(void *Slab, size_t Size) {
    [all...]

Completed in 1643 milliseconds

1 2