class KernelObjectId
Defined at line 15 of file ../../zircon/kernel/include/kernel/koid.h
Generates unique 64bit ids for kernel objects.
Public Methods
zx_koid_t Generate ()
Allocates and returns a KOID.
Defined at line 18 of file ../../zircon/kernel/include/kernel/koid.h
zx_koid_t GenerateRange (size_t count)
Allocates a range of sequential KOIDs and returns the first KOID in the range.
Defined at line 21 of file ../../zircon/kernel/include/kernel/koid.h