25 const watchCell& operator[](nidx n)
const BY_CONST_FUNC(
operator[](n));
27 const watchCell& operator[](
id id)
const BY_CONST_FUNC(
operator[](
id));
32 const watchCell* get(nidx n)
const BY_CONST_FUNC(get(n))
33 const watchCell* get(
id newId)
const BY_CONST_FUNC(get(newId))
35 void* new1()
override;
37 nbool del(
void* used, ncnt sz)
override;
41 id _genId(
void* pt)
const;
42 nidx _getIdx(
void* it)
const;
Binding tag for instance reference tracking and lifecycle management.
Definition: bindTag.hpp:15
Memory chunk for block-based allocation.
Definition: chunk.hpp:12
Singleton manager for instance lifecycle and memory allocation.
Definition: instancer.hpp:13
Memory watcher for tracking instance lifecycle and allocation.
Definition: watcher.hpp:13
Memory watch cell for tracking instance states.
Definition: watchCell.hpp:20