/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
bitmap_allocator.h | 97 deallocate(pointer __p, size_type) function in class:__detail::__mini_vector 193 this->deallocate(this->_M_start, this->size()); 583 // Deallocate the last block in the list of free lists, 912 * often! This is because containers usually deallocate memory 914 * the deallocate function. 1035 deallocate(pointer __p, size_type __n) throw() function in class:bitmap_allocator
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
bitmap_allocator.h | 97 deallocate(pointer __p, size_type) function in class:__detail::__mini_vector 193 this->deallocate(this->_M_start, this->size()); 583 // Deallocate the last block in the list of free lists, 912 * often! This is because containers usually deallocate memory 914 * the deallocate function. 1035 deallocate(pointer __p, size_type __n) throw() function in class:bitmap_allocator
|
/external/clang/include/clang/Basic/ |
PartialDiagnostic.h | 101 void Deallocate(Storage *S) { 154 Allocator->Deallocate(DiagStorage);
|
/external/e2fsprogs/lib/ext2fs/ |
punch.c | 2 * punch.c --- deallocate blocks allocated to an inode 409 * Deallocate all logical blocks starting at start to end, inclusive.
|
/external/jemalloc/test/unit/ |
decay.c | 97 /* Deallocate. */ 214 * Allocate a bunch of large objects, pause the clock, deallocate the
|
/external/libchrome/base/containers/ |
stack_container.h | 120 void deallocate(pointer p, size_type n) { function in class:base::StackAllocator 124 std::allocator<T>::deallocate(p, n);
|
/external/libevent/ |
evthread-internal.h | 153 /** Deallocate and free a condition variable in condvar */ 266 /** Deallocate and free a condition variable in condvar */
|
/external/llvm/lib/CodeGen/ |
MachineFunction.cpp | 118 Allocator.Deallocate(RegInfo); 122 Allocator.Deallocate(MFInfo); 126 Allocator.Deallocate(FrameInfo); 129 Allocator.Deallocate(ConstantPool); 133 Allocator.Deallocate(JumpTableInfo); 138 Allocator.Deallocate(WinEHInfo); 232 InstructionRecycler.Deallocate(Allocator, MI); 248 BasicBlockRecycler.Deallocate(Allocator, MBB); [all...] |
/external/opencv3/modules/core/src/ |
pca.cpp | 144 // use clone() to physically copy the data and thus deallocate the original matrices 285 // use clone() to physically copy the data and thus deallocate the original matrices
|
/frameworks/base/media/mca/filterfw/native/core/ |
gl_env.h | 117 // Release the surface with the specified id. This will deallocate the 147 // Release the context with the specified id. This will deallocate the
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/ |
shared_count.hpp | 206 a2.deallocate( static_cast< impl_type* >( pi_ ), 1 ); 254 a2.deallocate( static_cast< impl_type* >( pi_ ), 1 );
|
/system/core/libmemunreachable/ |
Allocator.cpp | 470 void Heap::deallocate(void* ptr) { 474 void Heap::deallocate(HeapImpl*impl, void* ptr) {
|
/external/libcxx/include/ |
vector | 395 __alloc_traits::deallocate(__alloc(), __begin_, capacity()); 452 __alloc_traits::deallocate(__alloc(), __begin_, capacity()); 768 void deallocate() _NOEXCEPT; [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
vector | 407 __alloc_traits::deallocate(__alloc(), __begin_, capacity()); 476 __alloc_traits::deallocate(__alloc(), __begin_, capacity()); 780 void deallocate() _NOEXCEPT; [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
vector | 407 __alloc_traits::deallocate(__alloc(), __begin_, capacity()); 476 __alloc_traits::deallocate(__alloc(), __begin_, capacity()); 780 void deallocate() _NOEXCEPT; [all...] |
/art/compiler/driver/ |
compiled_method_storage.cc | 48 allocator.deallocate(const_cast<uint8_t*>(reinterpret_cast<const uint8_t*>(array)), size);
|
/art/compiler/utils/ |
swap_space.h | 175 void deallocate(pointer p, size_type n) { function in class:art::SwapAllocator
|
/art/runtime/base/ |
allocator.h | 141 void deallocate(PT p, size_type n) {
|
arena_containers.h | 184 void deallocate(pointer p, size_type n) { function in class:art::ArenaAllocatorAdapter
|
scoped_arena_allocator.h | 167 // Allow a delete-expression to destroy but not deallocate allocators created by Create().
|
/art/runtime/ |
monitor_pool.cc | 99 allocator_.deallocate(reinterpret_cast<uint8_t*>(monitor_chunks_[i][j]), kChunkSize);
|
/device/google/marlin/dataservices/datatop/src/ |
datatop_value_only_poll.c | 95 * @param dpg Dpg to deconstruct and deallocate memory for.
|
/external/ceres-solver/internal/ceres/ |
cxsparse.h | 71 // Creates a new matrix from a triplet form. Deallocate the returned matrix
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_allocator_testlib.cc | 85 allocator.Deallocate(&cache, p);
|
/external/freetype/include/ |
ftsnames.h | 150 /* null-terminated. The application should deallocate it if it is no */
|