OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_M_node_allocator
(Results
26 - 26
of
26
) sorted by null
1
2
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
hashtable.h
330
_M_node_allocator
()
334
_M_node_allocator
() const
487
{ return allocator_type(
_M_node_allocator
()); }
491
{ return
_M_node_allocator
().max_size(); }
724
__node_type* __n =
_M_node_allocator
().allocate(1);
727
_M_node_allocator
().construct(__n, std::forward<_Args>(__args)...);
732
_M_node_allocator
().deallocate(__n, 1);
746
_M_node_allocator
().destroy(__n);
747
_M_node_allocator
().deallocate(__n, 1);
777
_Bucket_allocator_type __alloc(
_M_node_allocator
());
[
all
...]
Completed in 64 milliseconds
1
2