HomeSort by relevance Sort by last modified time
    Searched refs:deallocate (Results 226 - 250 of 461) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCContext.h 612 void deallocate(void *Ptr) {} function
642 /// \c Context.Deallocate(Ptr).
660 C.deallocate(Ptr);
675 /// \c Context.Deallocate(Ptr).
694 C.deallocate(Ptr);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCContext.h 612 void deallocate(void *Ptr) {} function
642 /// \c Context.Deallocate(Ptr).
660 C.deallocate(Ptr);
675 /// \c Context.Deallocate(Ptr).
694 C.deallocate(Ptr);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCContext.h 612 void deallocate(void *Ptr) {} function
642 /// \c Context.Deallocate(Ptr).
660 C.deallocate(Ptr);
675 /// \c Context.Deallocate(Ptr).
694 C.deallocate(Ptr);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCContext.h 612 void deallocate(void *Ptr) {} function
642 /// \c Context.Deallocate(Ptr).
660 C.deallocate(Ptr);
675 /// \c Context.Deallocate(Ptr).
694 C.deallocate(Ptr);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCContext.h 612 void deallocate(void *Ptr) {} function
642 /// \c Context.Deallocate(Ptr).
660 C.deallocate(Ptr);
675 /// \c Context.Deallocate(Ptr).
694 C.deallocate(Ptr);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCContext.h 612 void deallocate(void *Ptr) {} function
642 /// \c Context.Deallocate(Ptr).
660 C.deallocate(Ptr);
675 /// \c Context.Deallocate(Ptr).
694 C.deallocate(Ptr);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCContext.h 612 void deallocate(void *Ptr) {} function
642 /// \c Context.Deallocate(Ptr).
660 C.deallocate(Ptr);
675 /// \c Context.Deallocate(Ptr).
694 C.deallocate(Ptr);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCContext.h 612 void deallocate(void *Ptr) {} function
642 /// \c Context.Deallocate(Ptr).
660 C.deallocate(Ptr);
675 /// \c Context.Deallocate(Ptr).
694 C.deallocate(Ptr);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 172 s_leaf_allocator.deallocate(m_p_nd, 1);
202 s_inode_allocator.deallocate(p_nd, 1);
221 s_inode_allocator.deallocate(p_nd, 1);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 172 s_leaf_allocator.deallocate(m_p_nd, 1);
202 s_inode_allocator.deallocate(p_nd, 1);
221 s_inode_allocator.deallocate(p_nd, 1);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
controlled_allocators.hpp 47 // 'Allocator' requirements except that 'allocator' and 'deallocate' are
257 void deallocate(T* p, std::size_t n) function in class:CountingAllocator
379 void deallocate(T* p, std::size_t n) { function in class:MinAlignedAllocator
476 void deallocate(T* p, std::size_t n) function in class:NullAllocator
  /art/compiler/
compiled_method.cc 151 alloc.deallocate(m, 1);
  /art/openjdkjvmti/
jvmti_allocator.h 126 void deallocate(pointer p, size_type n ATTRIBUTE_UNUSED) { function in class:openjdkjvmti::JvmtiAllocator
130 jvmtiError dealloc_error = env_->Deallocate(reinterpret_cast<unsigned char*>(p));
  /art/runtime/
monitor_pool.cc 99 allocator_.deallocate(reinterpret_cast<uint8_t*>(monitor_chunks_[i][j]), kChunkSize);
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 218 getAllocator().Deallocate(Cache_, Ptr);
225 // will use mmap for those, and given that Deallocate doesn't pass a size
234 void Deallocate(void *Ptr) {
236 getAllocator().Deallocate(Cache_, Ptr);
377 void deallocate(void *UserPtr, uptr DeleteSize, AllocType Type) { function in struct:__scudo::Allocator
386 dieWithMessage("ERROR: attempted to deallocate a chunk not properly "
543 Instance.deallocate(Ptr, 0, Type);
547 Instance.deallocate(Ptr, Size, Type);
554 Instance.deallocate(Ptr, 0, FromMalloc);
  /external/dng_sdk/source/
dng_memory.h 567 void deallocate (T *ptr, size_t n) function in class:dng_std_allocator
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDeviceSycl.h 25 /// If a non-read-only pointer is needed to be accessed on the host we should manually deallocate it.
47 template <typename T> void deallocate(T *p) const { function in struct:Eigen::SyclDevice
  /external/google-breakpad/src/common/
memory.h 176 inline void deallocate(pointer, size_type) { function in struct:google_breakpad::PageStdAllocator
  /external/libcxx/src/
thread.cpp 142 void deallocate(T* __p, size_t) {::operator delete(static_cast<void*>(__p));} function in class:__hidden_allocator
  /external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_pair_rvalue.pass.cpp 64 A.deallocate(ptr, 2);
  /external/swiftshader/third_party/subzero/src/
IceMemory.h 86 void deallocate(pointer, size_type) {} function in struct:Ice::sz_allocator
  /frameworks/base/libs/hwui/utils/
LinearAllocator.h 95 * Attempt to deallocate the given buffer, with the LinearAllocator attempting to rewind its
178 void deallocate(pointer p, size_t num) { function in class:android::uirenderer::LinearStdAllocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
constructor_destructor_fn_imps.hpp 179 s_entry_pointer_allocator.deallocate(m_entries, m_num_e);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_fn_imps.hpp 196 s_entry_allocator.deallocate(m_entries, m_num_e);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
constructor_destructor_fn_imps.hpp 179 s_entry_pointer_allocator.deallocate(m_entries, m_num_e);

Completed in 994 milliseconds

1 2 3 4 5 6 7 8 91011>>