Sets the specified heap's configuration.
int heap_set_config(
    MPOOL_CONFIG * config
);
config 
To modify a configuration with heap_set_config, you must retrieve a configuration by calling heap_get_config.
0 (zero) 
0 (zero) 
EEXIST | 
The heap is deleted. | 
EINVAL | 
The heap is not a valid MPOOL or the value of config is NULL. | 
| Versions | Defined in | Include | Link to | 
|---|---|---|---|
| INtime 4.0 | intime/rt/include/heap.h | heap.h | clib.lib |