Home
last modified time | relevance | path

Searched refs:check_allocated (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/libstdc++/include/ext/
Dthrow_allocator.h158 check_allocated(void*, size_t);
162 check_allocated(size_t);
247 check_allocated(pointer p, size_type num) in check_allocated() function
248 { throw_allocator_base::check_allocated(p, sizeof(value_type) * num); } in check_allocated()
251 check_allocated(size_type label) in check_allocated() function
252 { throw_allocator_base::check_allocated(label); } in check_allocated()
351 check_allocated(p, size); in erase()
356 throw_allocator_base::check_allocated(void* p, size_t size) in check_allocated() function
380 throw_allocator_base::check_allocated(size_t label) in check_allocated() function
/trueos/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/
Ddebug_fn_imps.hpp55 s_entry_allocator.check_allocated(m_a_entries, m_actual_size); in assert_valid()
63 s_value_allocator.check_allocated(m_a_entries[i], 1); in assert_valid()
/trueos/contrib/libstdc++/
DChangeLog-20061165 (check_allocated(label)): New.