os/nos-api
runningshrimp 6c2652b509 Remove 'alloc' feature flag from nos-syscalls and nos-services crates
- Remove all #[cfg(feature = "alloc")] conditional compilation attributes
- Unify memory allocation patterns to use alloc crate types consistently
- Ensure all memory allocation goes through kernel services
- Update ServiceInfo struct to use String instead of conditional types
- Remove duplicate register_handlers implementations
- Update error handling to use String-based errors consistently
2025-12-23 18:35:01 +08:00
..
benches Fix warnings and errors: remove unused imports, use struct fields, fix type naming, expose posix module 2025-12-18 21:11:37 +08:00
src Remove 'alloc' feature flag from nos-syscalls and nos-services crates 2025-12-23 18:35:01 +08:00
tests Fix warnings and errors: remove unused imports, use struct fields, fix type naming, expose posix module 2025-12-18 21:11:37 +08:00
Cargo.toml Remove 'alloc' feature flag from nos-syscalls and nos-services crates 2025-12-23 18:35:01 +08:00