OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_M_node_allocator
(Results
26 - 26
of
26
) sorted by null
1
2
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
hashtable.h
172
_Node_allocator_type
_M_node_allocator
;
253
{ return allocator_type(
_M_node_allocator
); }
257
{ return _Value_allocator_type(
_M_node_allocator
); }
261
{ return
_M_node_allocator
.max_size(); }
429
_Node* __n =
_M_node_allocator
.allocate(1);
438
_M_node_allocator
.deallocate(__n, 1);
453
_M_node_allocator
.deallocate(__n, 1);
489
_Bucket_allocator_type __alloc(
_M_node_allocator
);
508
_Bucket_allocator_type __alloc(
_M_node_allocator
);
527
_M_node_allocator
(__a)
[
all
...]
Completed in 63 milliseconds
1
2