Searched refs:PICO_DEBUG_MALLOC_LOW_WATER (Results 1 – 2 of 2) sorted by relevance
34 #ifndef PICO_DEBUG_MALLOC_LOW_WATER35 #define PICO_DEBUG_MALLOC_LOW_WATER 0 macro
75 } else if (((uint8_t *)rc) + size > (uint8_t*)PICO_DEBUG_MALLOC_LOW_WATER) { in WRAPPER_FUNC()90 } else if (((uint8_t *)rc) + count * size > (uint8_t*)PICO_DEBUG_MALLOC_LOW_WATER) { in WRAPPER_FUNC()105 } else if (((uint8_t *)rc) + size > (uint8_t*)PICO_DEBUG_MALLOC_LOW_WATER) { in WRAPPER_FUNC()