template <size_t P, size_t O>
struct ArenaAllocFixture
Defined at line 183 of file ../../zircon/kernel/lib/fbl/gparena_tests.cc
A helper that continuously allocates and frees a single object.
Public Members
GPArena<P, O> arena
atomic stop_requested
Public Methods
int run (void * arg)
A thread_start_routine for use with Thread::Create.
Defined at line 188 of file ../../zircon/kernel/lib/fbl/gparena_tests.cc
int Run ()
Defined at line 189 of file ../../zircon/kernel/lib/fbl/gparena_tests.cc