Next: , Previous: , Up: Generic Constructs   [Index]


10.3 Temporaries Allocator Construct

See Temporaries.

Most temporaries reserve memory, memory that needs to be freed once temporaries come out of existence. For memory management purposes, the temporaries allocator construct inherits the memory allocator construct.

See Memory Allocator Construct.

Some temporaries require more complex collection processes than just simple memory deallocation. For such temporaries management purpose, the temporaries allocator construct describes two additional methods, one registering a temporary collection procedure and one unregistering such a procedure.


Next: , Previous: , Up: Generic Constructs   [Index]