HomeSort by relevance Sort by last modified time
    Searched refs:check_allocated (Results 1 - 25 of 26) sorted by null

1 2

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
57 s_value_allocator.check_allocated(m_a_entries[i], 1);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
57 s_value_allocator.check_allocated(m_a_entries[i], 1);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
57 s_value_allocator.check_allocated(m_a_entries[i], 1);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/binary_heap_/
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
57 s_value_allocator.check_allocated(m_a_entries[i], 1);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
57 s_value_allocator.check_allocated(m_a_entries[i], 1);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binary_heap_/
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
57 s_value_allocator.check_allocated(m_a_entries[i], 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
57 s_value_allocator.check_allocated(m_a_entries[i], 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
57 s_value_allocator.check_allocated(m_a_entries[i], 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/binary_heap_/
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
57 s_value_allocator.check_allocated(m_a_entries[i], 1);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
57 s_value_allocator.check_allocated(m_a_entries[i], 1);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
57 s_value_allocator.check_allocated(m_a_entries[i], 1);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/binary_heap_/
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
57 s_value_allocator.check_allocated(m_a_entries[i], 1);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/
debug_fn_imps.hpp 49 s_entry_allocator.check_allocated(m_a_entries, m_actual_size);
57 s_value_allocator.check_allocated(m_a_entries[i], 1);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 153 check_allocated(void*, size_t);
157 check_allocated(size_t);
258 check_allocated(pointer __p, size_type __n) function in class:throw_allocator
259 { throw_allocator_base::check_allocated(__p, sizeof(value_type) * __n); }
262 check_allocated(size_type label) function in class:throw_allocator
263 { throw_allocator_base::check_allocated(label); }
358 check_allocated(p, size);
363 throw_allocator_base::check_allocated(void* p, size_t size) function in class:throw_allocator_base
368 std::string error("throw_allocator_base::check_allocated by value ");
377 std::string error("throw_allocator_base::check_allocated by value ")
387 throw_allocator_base::check_allocated(size_t label) function in class:throw_allocator_base
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 153 check_allocated(void*, size_t);
157 check_allocated(size_t);
258 check_allocated(pointer __p, size_type __n) function in class:throw_allocator
259 { throw_allocator_base::check_allocated(__p, sizeof(value_type) * __n); }
262 check_allocated(size_type label) function in class:throw_allocator
263 { throw_allocator_base::check_allocated(label); }
358 check_allocated(p, size);
363 throw_allocator_base::check_allocated(void* p, size_t size) function in class:throw_allocator_base
368 std::string error("throw_allocator_base::check_allocated by value ");
377 std::string error("throw_allocator_base::check_allocated by value ")
387 throw_allocator_base::check_allocated(size_t label) function in class:throw_allocator_base
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
throw_allocator.h 153 check_allocated(void*, size_t);
157 check_allocated(size_t);
258 check_allocated(pointer __p, size_type __n) function in class:throw_allocator
259 { throw_allocator_base::check_allocated(__p, sizeof(value_type) * __n); }
262 check_allocated(size_type label) function in class:throw_allocator
263 { throw_allocator_base::check_allocated(label); }
358 check_allocated(p, size);
363 throw_allocator_base::check_allocated(void* p, size_t size) function in class:throw_allocator_base
368 std::string error("throw_allocator_base::check_allocated by value ");
377 std::string error("throw_allocator_base::check_allocated by value ")
387 throw_allocator_base::check_allocated(size_t label) function in class:throw_allocator_base
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
throw_allocator.h 153 check_allocated(void*, size_t);
157 check_allocated(size_t);
258 check_allocated(pointer __p, size_type __n) function in class:throw_allocator
259 { throw_allocator_base::check_allocated(__p, sizeof(value_type) * __n); }
262 check_allocated(size_type label) function in class:throw_allocator
263 { throw_allocator_base::check_allocated(label); }
358 check_allocated(p, size);
363 throw_allocator_base::check_allocated(void* p, size_t size) function in class:throw_allocator_base
368 std::string error("throw_allocator_base::check_allocated by value ");
377 std::string error("throw_allocator_base::check_allocated by value ")
387 throw_allocator_base::check_allocated(size_t label) function in class:throw_allocator_base
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 129 check_allocated(p, size);
135 check_allocated(void* p, size_t size) function in struct:annotate_base
140 std::string error("annotate_base::check_allocated by value "
148 std::string error("annotate_base::check_allocated by value "
158 check_allocated(size_t label) function in struct:annotate_base
172 std::string error("annotate_base::check_allocated by label\n");
712 check_allocated(pointer __p, size_type __n) function
715 annotate_base::check_allocated(__p, __t);
719 check_allocated(size_type __n) function
720 { annotate_base::check_allocated(__n);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 129 check_allocated(p, size);
135 check_allocated(void* p, size_t size) function in struct:annotate_base
140 std::string error("annotate_base::check_allocated by value "
148 std::string error("annotate_base::check_allocated by value "
158 check_allocated(size_t label) function in struct:annotate_base
172 std::string error("annotate_base::check_allocated by label\n");
712 check_allocated(pointer __p, size_type __n) function
715 annotate_base::check_allocated(__p, __t);
719 check_allocated(size_type __n) function
720 { annotate_base::check_allocated(__n);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
throw_allocator.h 129 check_allocated(p, size);
135 check_allocated(void* p, size_t size) function in struct:annotate_base
140 std::string error("annotate_base::check_allocated by value "
148 std::string error("annotate_base::check_allocated by value "
158 check_allocated(size_t label) function in struct:annotate_base
172 std::string error("annotate_base::check_allocated by label\n");
712 check_allocated(pointer __p, size_type __n) function
715 annotate_base::check_allocated(__p, __t);
719 check_allocated(size_type __n) function
720 { annotate_base::check_allocated(__n);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h 137 check_allocated(p, size);
143 check_allocated(void* p, size_t size) function in struct:annotate_base
148 std::string error("annotate_base::check_allocated by value "
156 std::string error("annotate_base::check_allocated by value "
166 check_allocated(size_t label) function in struct:annotate_base
180 std::string error("annotate_base::check_allocated by label\n");
665 check_allocated(pointer __p, size_type __n) function
668 annotate_base::check_allocated(__p, __t);
672 check_allocated(size_type __n) function
673 { annotate_base::check_allocated(__n);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 137 check_allocated(p, size);
143 check_allocated(void* p, size_t size) function in struct:annotate_base
148 std::string error("annotate_base::check_allocated by value "
156 std::string error("annotate_base::check_allocated by value "
166 check_allocated(size_t label) function in struct:annotate_base
180 std::string error("annotate_base::check_allocated by label\n");
672 check_allocated(pointer __p, size_type __n) function
675 annotate_base::check_allocated(__p, __t);
679 check_allocated(size_type __n) function
680 { annotate_base::check_allocated(__n);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h 137 check_allocated(p, size);
143 check_allocated(void* p, size_t size) function in struct:annotate_base
148 std::string error("annotate_base::check_allocated by value "
156 std::string error("annotate_base::check_allocated by value "
166 check_allocated(size_t label) function in struct:annotate_base
180 std::string error("annotate_base::check_allocated by label\n");
665 check_allocated(pointer __p, size_type __n) function
668 annotate_base::check_allocated(__p, __t);
672 check_allocated(size_type __n) function
673 { annotate_base::check_allocated(__n);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 137 check_allocated(p, size);
143 check_allocated(void* p, size_t size) function in struct:annotate_base
148 std::string error("annotate_base::check_allocated by value "
156 std::string error("annotate_base::check_allocated by value "
166 check_allocated(size_t label) function in struct:annotate_base
180 std::string error("annotate_base::check_allocated by label\n");
672 check_allocated(pointer __p, size_type __n) function
675 annotate_base::check_allocated(__p, __t);
679 check_allocated(size_type __n) function
680 { annotate_base::check_allocated(__n);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
throw_allocator.h 129 check_allocated(p, size);
135 check_allocated(void* p, size_t size) function in struct:annotate_base
140 std::string error("annotate_base::check_allocated by value "
148 std::string error("annotate_base::check_allocated by value "
158 check_allocated(size_t label) function in struct:annotate_base
172 std::string error("annotate_base::check_allocated by label\n");
712 check_allocated(pointer __p, size_type __n) function
715 annotate_base::check_allocated(__p, __t);
719 check_allocated(size_type __n) function
720 { annotate_base::check_allocated(__n);
    [all...]

Completed in 1167 milliseconds

1 2