Available APIs
Table 1 Memory debugging module APIs
Category
|
API
|
Description
|
Memory debugging
|
mem_check_init
|
Initializes the memory check module.
|
watch_mem
|
Obtains the thread-level heap memory usage.
|
check_leak
|
Checks for heap memory leaks.
|
check_heap_integrity
|
Checks the heap memory integrity.
|
Call stack backtracking
|
backtrace
|
Obtains the address information of the call stack.
|
backtrace_symbols
|
Obtains symbol information based on address information.
|
print_trace
|
Prints call stack information.
|
你可能感兴趣的文章
开源鸿蒙 Kernel
开源鸿蒙 Time Management
开源鸿蒙 Appendix
开源鸿蒙 Kernel Coding Specification
开源鸿蒙 Doubly Linked List
开源鸿蒙 Basic Data Structure
开源鸿蒙 CMSIS Support
开源鸿蒙 POSIX Support
开源鸿蒙 Standard Libraries
开源鸿蒙 Interrupt Management