Searched refs:allocation_set (Results 1 – 1 of 1) sorted by relevance
86 typedef EH_STD::set<void*, EH_STD::less<void*> > allocation_set; typedef95 typedef EH_STD::hash_set<void*, ::hash_void, EH_STD::equal_to<void*> > allocation_set; typedef98 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()