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

1 2 3 4 5 67 8 91011>>

  /system/bt/stack/avct/
avct_lcb_act.c 201 ** Description Deallocate ccb and call callback with disconnect event.
271 ** Description L2CAP channel open attempt failed. Deallocate any ccbs
297 ** Description L2CAP channel closed by peer. Deallocate any initiator
333 ** Description L2CAP channel closed by us. Deallocate any initiator
397 ** close channel. Otherwise just deallocate and call
444 ** Description Deallocate ccb and call callback with connect event
  /external/compiler-rt/lib/lsan/
lsan_allocator.cc 105 void Deallocate(void *p) {
108 allocator.Deallocate(&cache, p);
116 allocator.Deallocate(&cache, p);
  /external/libcxx/test/support/
test_allocator.h 79 void deallocate(pointer p, size_type n) function in class:test_allocator
139 void deallocate(pointer p, size_type n) function in class:non_default_test_allocator
204 void deallocate(T* p, std::size_t n) function in class:other_allocator
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
test_allocator.h 77 void deallocate(pointer p, size_type n) function in class:test_allocator
137 void deallocate(pointer p, size_type n) function in class:non_default_test_allocator
202 void deallocate(T* p, std::size_t n) function in class:other_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
alloc_traits.h 138 using _Base_type::deallocate;
211 static void deallocate(_Alloc& __a, pointer __p, size_type __n) function in struct:__alloc_traits
212 { __a.deallocate(__p, __n); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
alloc_traits.h 138 using _Base_type::deallocate;
211 static void deallocate(_Alloc& __a, pointer __p, size_type __n) function in struct:__alloc_traits
212 { __a.deallocate(__p, __n); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
alloc_traits.h 138 using _Base_type::deallocate;
211 static void deallocate(_Alloc& __a, pointer __p, size_type __n) function in struct:__alloc_traits
212 { __a.deallocate(__p, __n); }
  /external/flac/libFLAC/include/private/
memory.h 46 * Use free() on this address to deallocate.
  /external/libcxx/include/
__sso_allocator 62 _LIBCPP_INLINE_VISIBILITY void deallocate(pointer __p, size_type)
  /external/libcxx/test/std/containers/
stack_allocator.h 52 void deallocate(pointer p, size_type n) function in class:stack_allocator
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btAlignedObjectArray.h 109 SIMD_FORCE_INLINE void deallocate() function in class:btAlignedObjectArray
115 m_allocator.deallocate(m_data);
188 deallocate();
302 deallocate();
  /external/libxml2/include/libxml/
list.h 28 * @lk: the data to deallocate
  /external/opencv3/modules/core/src/
stl.cpp 59 void cv::String::deallocate() function in class:cv::String
  /external/opencv3/samples/gpu/
multi.cpp 102 // Deallocate data here, otherwise deallocation will be performed
  /external/regex-re2/re2/
prefilter.h 50 // the Prefilter and should deallocate it. Returns NULL if Prefilter
  /frameworks/compile/mclinker/lib/LD/
RelocData.cpp 38 g_RelocDataFactory->deallocate(pSection);
SectionData.cpp 39 g_SectDataFactory->deallocate(pSection);
  /frameworks/compile/mclinker/lib/Script/
FileToken.cpp 41 g_FileTokenFactory->deallocate(pFileToken);
NameSpec.cpp 41 g_NameSpecFactory->deallocate(pNameSpec);
StrToken.cpp 41 g_StrTokenFactory->deallocate(pStrToken);
StringList.cpp 49 g_StringListFactory->deallocate(pStringList);
  /frameworks/native/include/binder/
MemoryDealer.h 41 virtual void deallocate(size_t offset);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
__sso_allocator 60 _LIBCPP_INLINE_VISIBILITY void deallocate(pointer __p, size_type)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
stack_allocator.h 52 void deallocate(pointer p, size_type n) function in class:stack_allocator
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
cond_key_dtor_entry_dealtor.hpp 87 m_p_a->deallocate(m_p_e, 1);

Completed in 569 milliseconds

1 2 3 4 5 67 8 91011>>