Home
last modified time | relevance | path

Searched refs:MALLOC_CAP_INVALID (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/zephyr/port/include/
Desp_heap_caps_adapter.h39 #define MALLOC_CAP_INVALID (1<<31) ///< Memory can't be used / list end marker macro
/hal_espressif-latest/zephyr/port/heap/
Dheap_caps_zephyr.c185 return heap_caps_check_integrity(MALLOC_CAP_INVALID, print_errors); in heap_caps_check_integrity_all()
201 heap_caps_dump(MALLOC_CAP_INVALID); in heap_caps_dump_all()
/hal_espressif-latest/components/heap/
Dheap_caps_linux.c177 return heap_caps_check_integrity(MALLOC_CAP_INVALID, print_errors); in heap_caps_check_integrity_all()
191 heap_caps_dump(MALLOC_CAP_INVALID); in heap_caps_dump_all()
Dheap_caps.c605 bool all_heaps = caps & MALLOC_CAP_INVALID; in heap_caps_check_integrity()
621 return heap_caps_check_integrity(MALLOC_CAP_INVALID, print_errors); in heap_caps_check_integrity_all()
635 bool all_heaps = caps & MALLOC_CAP_INVALID; in heap_caps_dump()
647 heap_caps_dump(MALLOC_CAP_INVALID); in heap_caps_dump_all()
/hal_espressif-latest/components/heap/include/
Desp_heap_caps.h46 #define MALLOC_CAP_INVALID (1<<31) ///< Memory can't be used / list end marker macro