|
|
watchCell & | operator[] (nidx n) |
| |
|
const watchCell & | operator[] (nidx n) const BY_CONST_FUNC(operator[](n)) |
| |
|
watchCell & | operator[] (id id) |
| |
|
const watchCell & | operator[] (id id) const BY_CONST_FUNC(operator[](id)) |
| |
|
watchCell * | get (nidx n) |
| |
|
watchCell * | get (id newId) |
| |
|
const watchCell * | get (nidx n) const BY_CONST_FUNC(get(n)) const watchCell *get(id new Id) const BY_CONST_FUNC(get(newId)) void *new 1() override |
| |
| nbool | del (void *used, ncnt sz) override |
| |
|
| chunk (ncnt blockSz=1, ncnt sz=MIN_SZ) |
| |
|
void * | operator[] (nidx n) |
| |
|
const void * | operator[] (nidx n) const BY_CONST_FUNC(operator[](n)) |
| |
|
void * | get (nidx n) |
| |
| void * | new1 () override |
| |
| ncnt | len () const override |
| |
| ncnt | size () const override |
| |
| nbool | rel () override |
| |
| nbool | has (const instance &it) const override |
| |
|
| allocator (ncnt blksize=1) |
| |
|
ncnt | getBlkSize () const |
| |
|
nbool | has (const instance *it) const BY_SIDE_FUNC(has) |
| |
|
nbool | isFull () const |
| |
|
nbool | isCapable () const |
| |
Memory watcher for tracking instance lifecycle and allocation.
Monitors memory allocation and deallocation, providing watch cells for tracking instance states and managing memory lifecycle.