/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
hashtable.h | 352 // Deallocate the linked list of nodes pointed to by __n 625 // deallocate it on exception. 631 // deallocate it on exception. 732 _M_node_allocator().deallocate(__n, 1); 747 _M_node_allocator().deallocate(__n, 1); 794 __alloc.deallocate(__p, __n); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
hashtable.h | 352 // Deallocate the linked list of nodes pointed to by __n 625 // deallocate it on exception. 631 // deallocate it on exception. 732 _M_node_allocator().deallocate(__n, 1); 747 _M_node_allocator().deallocate(__n, 1); 794 __alloc.deallocate(__p, __n); [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
list | 721 __node_alloc_traits::deallocate(__na, __n, 1); [all...] |
forward_list | 544 __node_traits::deallocate(__a, __p, 1); [all...] |
/external/libcxx/include/ |
deque | [all...] |
forward_list | 520 __node_traits::deallocate(__a, __p, 1); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
forward_list | 544 __node_traits::deallocate(__a, __p, 1); [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
shared_ptr_base.h | 472 _Alloc_traits::deallocate(__a, this, 1); 535 _Alloc_traits::deallocate(__a, this, 1); 602 _Alloc_traits::deallocate(__a2, __mem, 1); 625 _Alloc_traits::deallocate(__a2, __mem, 1); 1106 _Alloc_traits::deallocate(_M_alloc, __ptr, 1); 1129 __traits::deallocate(__del._M_alloc, _M_ptr, 1); [all...] |
/device/google/dragon/audio/hal/ |
dictionary.h | 84 @param d dictionary object to deallocate. 87 Deallocate a dictionary object and all memory associated to it.
|
/external/libdivsufsort/lib/ |
utils.c | 103 /* Deallocate memory. */ 152 /* Deallocate memory. */
|
/external/libnfc-nci/src/nfa/int/ |
nfa_hci_int.h | 80 NFA_HCI_API_DEALLOC_GATE_EVT, /* Deallocate a previously allocated gate to the application */ 296 tNFA_HCI_API_DEALLOC_GATE gate_dealloc; /* Deallocate the gate allocated to the application */
|
/external/valgrind/drd/ |
drd_barrier.c | 94 * Deallocate the memory that is owned by members of 140 * Deallocate the memory owned by the struct barrier_info object and also
|
/external/zlib/src/examples/ |
zran.c | 81 /* Deallocate an index built by build_index() */ 90 /* Add an entry to the access point list. If out of memory, deallocate the
|
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3BufferManager.h | 39 * buffer maintained by the buffer manager, it will dynamically deallocate some buffers that are 110 * is too high, it may deallocate the unused buffers to save memory footprint of this stream
|
/hardware/ril/libril/ |
RilSapSocket.cpp | 326 // Deallocate SapSocketRequest 332 // Deallocate MsgHeader
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
scoped_allocator | 331 void deallocate(pointer __p, size_type __n) 332 { return __traits::deallocate(outer_allocator(), __p, __n); }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
scoped_allocator | 331 void deallocate(pointer __p, size_type __n) 332 { return __traits::deallocate(outer_allocator(), __p, __n); }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
scoped_allocator | 331 void deallocate(pointer __p, size_type __n) 332 { return __traits::deallocate(outer_allocator(), __p, __n); }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/ |
gthr-default.h | 249 /* Deallocate a mutex. */ 303 /* Deallocate a condition. */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/ |
gthr-default.h | 249 /* Deallocate a mutex. */ 303 /* Deallocate a condition. */
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
scoped_allocator | 331 void deallocate(pointer __p, size_type __n) 332 { return __traits::deallocate(outer_allocator(), __p, __n); }
|
/art/runtime/base/ |
scoped_arena_containers.h | 157 void deallocate(pointer p, size_type n) { function in class:art::ScopedArenaAllocatorAdapter
|
/device/google/marlin/dataservices/datatop/src/ |
datatop_gen_poll.c | 132 * @param dpg Dpg to deconstruct and deallocate memory for.
|
datatop_meminfo_file_poll.c | 171 * @param dpg Dpg to deconstruct and deallocate memory for.
|
datatop_single_line_poll.c | 124 * @param dpg Dpg to deconstruct and deallocate memory for.
|