/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
rope | 576 { __name##Alloc().deallocate(__p, __n); } 632 // Deallocate data section of a leaf. 641 // Deallocate t. Assumes t is not 0. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_deque.h | 431 * deallocate (but do not initialize) storage. This makes %exception 539 _M_impl._Tp_alloc_type::deallocate(__p, __deque_buf_size(sizeof(_Tp))); 548 { _M_get_map_allocator().deallocate(__p, __n); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
rope | 576 { __name##Alloc().deallocate(__p, __n); } 632 // Deallocate data section of a leaf. 641 // Deallocate t. Assumes t is not 0. [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_deque.h | 436 * deallocate (but do not initialize) storage. This makes %exception 544 _M_impl._Tp_alloc_type::deallocate(__p, __deque_buf_size(sizeof(_Tp))); 553 { _M_get_map_allocator().deallocate(__p, __n); } [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
rope | 576 { __name##Alloc().deallocate(__p, __n); } 632 // Deallocate data section of a leaf. 641 // Deallocate t. Assumes t is not 0. [all...] |
sso_string_base.h | 99 { _M_get_allocator().deallocate(_M_data(), __size + 1); }
|
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__functional_03 | 365 __a.deallocate(this, 1); 448 __a.deallocate(this, 1); 531 __a.deallocate(this, 1); 614 __a.deallocate(this, 1); [all...] |
__split_buffer | 357 __alloc_traits::deallocate(__alloc(), __first_, capacity());
|
__tree | 322 // __z will be removed from the tree. Client still needs to destruct/deallocate it 536 __alloc_traits::deallocate(__na_, __p, 1); [all...] |
future | 786 __a.deallocate(this, 1); 809 __a.deallocate(this, 1); 832 __a.deallocate(this, 1); [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
map.h | 603 void deallocate(pointer p, size_type n) { function in class:google::protobuf::Map::MapAllocator [all...] |
/system/bt/bta/hf_client/ |
bta_hf_client_act.c | 424 /* else close port and deallocate scb */
|
/system/bt/stack/avdt/ |
avdt_scb.c | [all...] |
/system/keymaster/ |
ae.h | 59 void ae_free(ae_ctx* ctx); /* Deallocate ae_ctx struct */
|
/toolchain/binutils/binutils-2.25/libiberty/ |
dyn-string.c | 115 is the caller's responsibility to deallocate the buffer using free.
|
/external/libnfc-nci/src/nfc/llcp/ |
llcp_dlc.c | 240 /* stop timer, flush any pending data in queue and deallocate control block */ 331 /* stop timer, flush any pending data in queue and deallocate control block */ [all...] |
/external/libxml2/ |
entities.c | 880 * Deallocate the memory used by an entities in the hash table. 893 * Deallocate the memory used by an entities hash table.
|
legacy.c | 47 * must deallocate it ! 407 * must deallocate it ! [all...] |
/external/libxml2/include/libxml/ |
parser.h | 48 * @str: the string to deallocate 72 xmlParserInputDeallocate free; /* function to deallocate the base */ [all...] |
/external/llvm/include/llvm/ADT/ |
SmallVector.h | 266 // If this wasn't grown from the inline copy, deallocate the old space. 372 // If this wasn't grown from the inline copy, deallocate the old space.
|
/external/llvm/lib/IR/ |
Value.cpp | 225 // NOTE: Could optimize for the case the name is shrinking to not deallocate 235 // NOTE: Could optimize for the case the name is shrinking to not deallocate
|
/external/llvm/test/MC/Disassembler/Hexagon/ |
ld.txt | 344 # Deallocate stack frame 348 # Deallocate stack frame and return
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
xm_api.c | 1118 * Deallocate an XMesaBuffer structure and all related info. [all...] |
/external/opencv3/modules/core/src/ |
umatrix.cpp | 301 void UMat::deallocate() function in class:cv::UMat 303 u->currAllocator->deallocate(u);
|
/external/webrtc/webrtc/modules/audio_device/ios/ |
audio_device_ios.mm | 657 // Transfer ownership of observer back to ARC, which will deallocate the [all...] |