#include "ktypes.h"
Functions | |
| KTL_API void | k_print_scan_memory () |
| Writes the memory usage in the standard output. | |
| KTL_API KBool | k_init_scan_memory () |
| Initializes the control of memory. | |
| KTL_API KBool | k_stop_scan_memory () |
| Stops the control of the memory. | |
| KTL_API void | km_print_memory () |
| Writes the memory usage of memory control in the standard output. | |
| KTL_API void | k_print_memory () |
| Writes the memory usage. | |
| KTL_API KBool | k_del_memory_zone (KCPtr zone, KString file, KInt32 line) |
| Checks if the memory zone to be deleted is correctly allocated and update the memory control.In K_DEBUG mode, this function prints an error if it appears. Used only with k_free macro. | |
|
||||||||||||||||
|
Checks if the memory zone to be deleted is correctly allocated and update the memory control.In K_DEBUG mode, this function prints an error if it appears. Used only with k_free macro.
|
|
|
Initializes the control of memory.
|
|
|
Stops the control of the memory.
|
1.3.8