mirror of
https://github.com/apache/nuttx.git
synced 2026-08-29 05:10:44 +00:00
Replace the fs_heap_asprintf()/fs_heap_free() based allocation of the path buffer in the inode search with the lib_get_tempbuffer()/ lib_put_tempbuffer() pool. Fixed PATH_MAX sized temporary buffers avoid per-call heap allocation and keep the buffer allocator consistent with the rest of the path-resolution code. Signed-off-by: zhaoxingyu1 <zhaoxingyu1@xiaomi.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| fs_files.c | ||
| fs_foreachinode.c | ||
| fs_inode.c | ||
| fs_inodeaddref.c | ||
| fs_inodebasename.c | ||
| fs_inodefind.c | ||
| fs_inodefree.c | ||
| fs_inodegetpath.c | ||
| fs_inoderelease.c | ||
| fs_inoderemove.c | ||
| fs_inodereserve.c | ||
| fs_inodesearch.c | ||
| inode.h | ||
| Make.defs | ||