Home
last modified time | relevance | path

Searched refs:requested_size (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/components/fatfs/vfs/
Dvfs_fat_internal.h22 size_t sector_size, size_t requested_size) in esp_vfs_fat_get_allocation_unit_size() argument
24 size_t alloc_unit_size = requested_size; in esp_vfs_fat_get_allocation_unit_size()
/hal_espressif-3.4.0/components/heap/test/
Dtest_malloc_caps.c203 void heap_caps_alloc_failed_hook(size_t requested_size, uint32_t caps, const char *function_name) in heap_caps_alloc_failed_hook() argument
205 …d but failed to allocate %d bytes with 0x%X capabilities. \n",function_name, requested_size, caps); in heap_caps_alloc_failed_hook()
/hal_espressif-3.4.0/components/heap/
Dheap_caps.c64 static void heap_caps_alloc_failed(size_t requested_size, uint32_t caps, const char *function_name) in heap_caps_alloc_failed() argument
67 alloc_failed_callback(requested_size, caps, function_name); in heap_caps_alloc_failed()
/hal_espressif-3.4.0/docs/en/api-reference/system/
Dheap_debug.rst60 void heap_caps_alloc_failed_hook(size_t requested_size, uint32_t caps, const char *function_name)
62 …d but failed to allocate %d bytes with 0x%X capabilities. \n",function_name, requested_size, caps);