class HandleTableArena
Defined at line 132 of file ../../zircon/kernel/object/include/object/handle.h
Public Methods
void * Alloc (const fbl::RefPtr<Dispatcher> & , const char * what, uint32_t * base_value)
Alloc returns storage for a handle.
Defined at line 101 of file ../../zircon/kernel/object/handle.cc
void Delete (Handle * handle)
Defined at line 174 of file ../../zircon/kernel/object/handle.cc
int64_t get_alloc_failed_count ()
Defined at line 234 of file ../../zircon/kernel/object/handle.cc
Friends
class Handle