Home
last modified time | relevance | path

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

/external/stlport/test/eh/
Dnc_alloc.cpp86 typedef EH_STD::set<void*, EH_STD::less<void*> > allocation_set; typedef
95 typedef EH_STD::hash_set<void*, ::hash_void, EH_STD::equal_to<void*> > allocation_set; typedef
98 static allocation_set& alloc_set() { in alloc_set()
99 static allocation_set s; in alloc_set()
254 allocation_set::iterator p = alloc_set().find( (char*)s ); in operator delete()