10 #ifndef K_API_OBJECT_POOL_H
11 #define K_API_OBJECT_POOL_H
14 #include <kApi/Utils/kObjectPool.x.h>
39 return xkObjectPool_VTable(pool)->VReclaim(pool,
object);
#define kInlineFx(TYPE)
Inline method declaration helper.
Definition: kApiDef.h:26
Supports reclaiming objects upon destruction.
Core Zen type declarations.
Represents an error code.
kStatus kObjectPool_Reclaim(kObjectPool pool, kObject object)
Receives an object just prior to its destruction.
Definition: kObjectPool.h:37