Home
last modified time | relevance | path

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

/external/stlport/test/eh/
Dnc_alloc.cpp170 static FastAllocator gFastAllocator; variable
175 char * const p = (char*)gFastAllocator.Allocate( s ); in AllocateBlock()
261 if ( !gFastAllocator.Free( s ) ) in operator delete()