Searched refs:alloc_set (Results 1 - 1 of 1) sorted by relevance

/external/stlport/test/eh/
H A Dnc_alloc.cpp98 static allocation_set& alloc_set() { function
195 bool inserted = alloc_set().insert(p).second;
254 allocation_set::iterator p = alloc_set().find( (char*)s );
255 EH_ASSERT( p != alloc_set().end() );
256 alloc_set().erase( p );
276 alloc_set().clear();
285 EH_ASSERT( !using_alloc_set || (alloc_count == static_cast<int>(alloc_set().size())) );

Completed in 11 milliseconds