Searched refs:MALLOC_CAP_INVALID (Results 1 – 5 of 5) sorted by relevance
39 #define MALLOC_CAP_INVALID (1<<31) ///< Memory can't be used / list end marker macro
185 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()
177 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()
605 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()
46 #define MALLOC_CAP_INVALID (1<<31) ///< Memory can't be used / list end marker macro