Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/include/
Desp_heap_caps.h241 size_t heap_caps_get_largest_free_block( uint32_t caps );
/hal_espressif-latest/zephyr/port/heap/
Dheap_caps_zephyr.c162 size_t heap_caps_get_largest_free_block( uint32_t caps ) in heap_caps_get_largest_free_block() function
/hal_espressif-latest/components/heap/
Dheap_caps_linux.c155 size_t heap_caps_get_largest_free_block( uint32_t caps ) in heap_caps_get_largest_free_block() function
Dheap_caps.c552 size_t heap_caps_get_largest_free_block( uint32_t caps ) in heap_caps_get_largest_free_block() function
/hal_espressif-latest/components/esp_psram/
Desp_psram.c358 size_t next_size = heap_caps_get_largest_free_block(MALLOC_CAP_DMA | MALLOC_CAP_INTERNAL); in esp_psram_extram_reserve_dma_pool()