INtime SDK Help
heap_get_config
INtime SDK v7.1 > About INtime > Other system libraries > Heaps and memory pools > C/C++ Runtime heap > heap_get_config

Gets the heap's configuration.

void heap_get_config(
    MPOOL_CONFIG * config
);

Parameters

config
Pointer to an MPOOL_CONFIG structure.

Remarks

You must call heap_get_config to retrieve a configuration you want heap_set_config to modify. Heap_get_config and heap_set_config may be called at any time.

Return Values

None.

Requirements

Versions Defined in Include Link to
INtime 4.0 intime/rt/include/heap.h heap.h clib.lib
See Also