HomeSort by relevance Sort by last modified time
    Searched full:deallocate (Results 276 - 300 of 1250) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
constructors_destructor_fn_imps.hpp 125 s_node_allocator.deallocate(p_ret, 1);
erase_fn_imps.hpp 59 s_node_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/list_update_map_/
erase_fn_imps.hpp 132 s_entry_allocator.deallocate(p_l, 1);
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftotval.h 158 * After use, the application should deallocate the five tables with
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
malloc_allocator.h 111 deallocate(pointer __p, size_type) function in class:malloc_allocator
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 91 s_entry_allocator.deallocate(m_a_entries, m_actual_size);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 127 s_entry_pointer_allocator.deallocate(m_entries, old_size);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
constructors_destructor_fn_imps.hpp 125 s_node_allocator.deallocate(p_ret, 1);
erase_fn_imps.hpp 59 s_node_allocator.deallocate(p_nd, 1);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/
erase_fn_imps.hpp 132 s_entry_allocator.deallocate(p_l, 1);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_rope.c 81 _M_size.deallocate(__cstr, _p_size);
324 _RopeLeaf).deallocate(__l, 1);
333 _RopeConcatenation).deallocate(__c, 1);
342 _RopeFunction).deallocate(__f, 1);
351 _RopeSubstring).deallocate(__rss, 1);
461 _RopeConcatenation).deallocate(__result,1)))
462 // In case of exception, we need to deallocate
831 __r->get_allocator().deallocate(__buffer, __len);
833 _STLP_UNWIND((__r->get_allocator().deallocate(__buffer, __len)))
    [all...]
_string_base.h 97 _M_start_of_storage.deallocate(_M_start_of_storage._M_data, _M_buffers._M_end_of_storage - _M_start_of_storage._M_data);
100 _M_start_of_storage.deallocate(_M_start_of_storage._M_data, _M_end_of_storage - _M_start_of_storage._M_data);
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_rope.c 81 _M_size.deallocate(__cstr, _p_size);
324 _RopeLeaf).deallocate(__l, 1);
333 _RopeConcatenation).deallocate(__c, 1);
342 _RopeFunction).deallocate(__f, 1);
351 _RopeSubstring).deallocate(__rss, 1);
461 _RopeConcatenation).deallocate(__result,1)))
462 // In case of exception, we need to deallocate
831 __r->get_allocator().deallocate(__buffer, __len);
833 _STLP_UNWIND((__r->get_allocator().deallocate(__buffer, __len)))
    [all...]
  /external/compiler-rt/lib/asan/
asan_allocator.cc 159 get_allocator().Deallocate(cache_, p);
166 void Deallocate(void *p) {
167 get_allocator().Deallocate(cache_, p);
512 void Deallocate(void *ptr, uptr delete_size, BufferedStackTrace *stack,
549 Deallocate(old_ptr, 0, stack, FROM_MALLOC);
709 instance.Deallocate(ptr, 0, stack, alloc_type);
714 instance.Deallocate(ptr, size, stack, alloc_type);
729 instance.Deallocate(p, 0, stack, FROM_MALLOC);
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/asan/tests/
asan_fake_stack_test.cc 129 fs->Deallocate(reinterpret_cast<uptr>(it->first), it->second);
142 fs->Deallocate(reinterpret_cast<uptr>(ff), class_id);
  /external/compiler-rt/lib/lsan/
lsan_interceptors.cc 59 Deallocate(p);
164 Deallocate(ptr);
  /external/compiler-rt/lib/msan/
msan_allocator.cc 163 allocator.Deallocate(cache, p);
167 allocator.Deallocate(cache, p);
  /external/freetype/include/
ftgxval.h 219 * After use, the application should deallocate the buffers pointed to by
315 * After use, the application should deallocate the buffers pointed to by
  /external/libcxx/test/support/
min_allocator.h 33 void deallocate(T* p, std::size_t) function in class:bare_allocator
280 void deallocate(pointer p, std::ptrdiff_t) function in class:min_allocator
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftgxval.h 219 * After use, the application should deallocate the buffers pointed to by
315 * After use, the application should deallocate the buffers pointed to by
  /external/pdfium/third_party/freetype/include/freetype/
ftgxval.h 219 * After use, the application should deallocate the buffers pointed to by
315 * After use, the application should deallocate the buffers pointed to by
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ShaderProgram.java 80 deallocate(); method
255 private native boolean deallocate(); method in class:ShaderProgram
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
pool_allocator.h 195 deallocate(pointer __p, size_type __n);
258 __pool_alloc<_Tp>::deallocate(pointer __p, size_type __n) function in class:__pool_alloc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
pool_allocator.h 195 deallocate(pointer __p, size_type __n);
258 __pool_alloc<_Tp>::deallocate(pointer __p, size_type __n) function in class:__pool_alloc

Completed in 559 milliseconds

<<11121314151617181920>>