The SBCHeap Library#
This library covers the low-level heap and allocation hooks used by SDK classes that participate in SAMSON's memory-management conventions.
Use this page when you need low-level SDK infrastructure that other extension code builds on. For class members, signatures, and exact behavior, continue from the links below into the generated API reference.
Library contents#
The SBCHeap library defines fundamental mechanism for custom heap management, in particular through the SB_HEAP_OBJECT macro. Please refer to the chapter about memory management for more information.