ocean ~v6.x.x (2022-01-14T16:08:36.1174149)
Dub
Repo
IFreeListInfo
ocean
util
container
pool
model
IFreeList
Informational interface to a free list.
interface
IFreeListInfo {
size_t
num_idle
();
}
Members
Functions
num_idle
size_t
num_idle
()
Returns the number of idle items in pool.
Meta
Source
See Implementation
ocean
util
container
pool
model
IFreeList
classes
FreeListTester
interfaces
IFreeList
IFreeListInfo
Informational interface to a free list.