gobj_free_func()
#
Returns the function pointer for the system’s memory deallocation function.
Prototype
sys_free_fn_t gobj_free_func(void);
Parameters
Key |
Type |
Description |
---|---|---|
|
|
This function does not take any parameters. |
Return Value
A function pointer of type sys_free_fn_t
that can be used to free allocated memory.
Notes
This function provides access to the currently set memory deallocation function, which may be customized using gobj_set_allocators()
.
Prototype
// Not applicable in JS
Prototype
# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples