HomeSort by relevance Sort by last modified time
    Searched full:deallocate (Results 401 - 425 of 1579) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
gthr-single.h 140 /* Deallocate a mutex. */
179 /* Deallocate a condition. */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
gthr-single.h 140 /* Deallocate a mutex. */
179 /* Deallocate a condition. */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
gthr-single.h 140 /* Deallocate a mutex. */
179 /* Deallocate a condition. */
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
gthr-single.h 140 /* Deallocate a mutex. */
179 /* Deallocate a condition. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
extptr_allocator.h 97 void deallocate(pointer __p, size_type __n) function in class:_ExtPtr_allocator
98 { _M_real_alloc.deallocate(__p.get(), __n); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 100 s_head_allocator.deallocate(m_p_head, 1);
138 s_head_allocator.deallocate(m_p_head, 1);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
gthr-single.h 140 /* Deallocate a mutex. */
179 /* Deallocate a condition. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr-single.h 140 /* Deallocate a mutex. */
179 /* Deallocate a condition. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr-single.h 140 /* Deallocate a mutex. */
179 /* Deallocate a condition. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
gthr-single.h 140 /* Deallocate a mutex. */
179 /* Deallocate a condition. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
extptr_allocator.h 98 void deallocate(pointer __p, size_type __n) function in class:_ExtPtr_allocator
99 { _M_real_alloc.deallocate(__p.get(), __n); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 100 s_head_allocator.deallocate(m_p_head, 1);
138 s_head_allocator.deallocate(m_p_head, 1);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
gthr-single.h 140 /* Deallocate a mutex. */
179 /* Deallocate a condition. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
gthr-single.h 140 /* Deallocate a mutex. */
179 /* Deallocate a condition. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
gthr-single.h 140 /* Deallocate a mutex. */
179 /* Deallocate a condition. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
gthr-single.h 140 /* Deallocate a mutex. */
179 /* Deallocate a condition. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
extptr_allocator.h 98 void deallocate(pointer __p, size_type __n) function in class:_ExtPtr_allocator
99 { _M_real_alloc.deallocate(__p.get(), __n); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/
constructors_destructor_fn_imps.hpp 99 s_head_allocator.deallocate(m_p_head, 1);
137 s_head_allocator.deallocate(m_p_head, 1);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
gthr-single.h 140 /* Deallocate a mutex. */
179 /* Deallocate a condition. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
gthr-single.h 140 /* Deallocate a mutex. */
179 /* Deallocate a condition. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
gthr-single.h 140 /* Deallocate a mutex. */
179 /* Deallocate a condition. */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
gthr-single.h 140 /* Deallocate a mutex. */
179 /* Deallocate a condition. */
  /external/clang/lib/Lex/
MacroArgs.cpp 71 /// destroy - Destroy and deallocate the memory for this object.
77 // would deallocate the element vectors.
86 /// deallocate - This should only be called by the Preprocessor when managing
88 MacroArgs *MacroArgs::deallocate() { function in class:MacroArgs
91 // Run the dtor to deallocate the vectors.
  /external/llvm/include/llvm/MC/
MCContext.h 406 void Deallocate(void *Ptr) {
434 /// @c Context.Deallocate(Ptr).
453 C.Deallocate(Ptr);
468 /// @c Context.Deallocate(Ptr).
487 C.Deallocate(Ptr);
  /frameworks/native/libs/binder/
MemoryDealer.cpp 133 status_t deallocate(size_t offset);
222 mDealer->deallocate(freedOffset);
249 void MemoryDealer::deallocate(size_t offset) function in class:android::MemoryDealer
251 allocator()->deallocate(offset);
300 status_t SimpleBestFitAllocator::deallocate(size_t offset) function in class:android::SimpleBestFitAllocator

Completed in 640 milliseconds

<<11121314151617181920>>