mirror of
https://github.com/apache/nuttx.git
synced 2026-09-03 07:33:00 +00:00
struct gran_s and struct graninfo_s store granule counts in uint16_t. Reject pools whose computed granule count exceeds UINT16_MAX, instead of truncating the count and creating an invalid handle. Signed-off-by: shichunma <shichunma@bestechnic.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Make.defs | ||
| mm_gran.h | ||
| mm_granalloc.c | ||
| mm_grancritical.c | ||
| mm_granfree.c | ||
| mm_graninfo.c | ||
| mm_graninit.c | ||
| mm_granrelease.c | ||
| mm_granreserve.c | ||
| mm_grantable.c | ||
| mm_grantable.h | ||
| mm_pgalloc.c | ||