Home
last modified time | relevance | path

Searched defs:allocation_size (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.5.0/components/heap/test/
Dtest_malloc_caps.c230 const size_t allocation_size = 64; variable
257 const size_t allocation_size = 1024 * 4; variable
/hal_espressif-3.5.0/examples/peripherals/usb/host/msc/components/msc/src/
Dmsc_host_vfs.c27 static esp_err_t msc_format_storage(size_t block_size, size_t allocation_size, const char *drv) in msc_format_storage()