Searched refs:requested_size (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.4.0/components/fatfs/vfs/ |
D | vfs_fat_internal.h | 22 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/ |
D | test_malloc_caps.c | 203 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/ |
D | heap_caps.c | 64 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/ |
D | heap_debug.rst | 60 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);
|