Custom C allocator built on Windows virtual memory, with first-fit allocation, split/coalesce logic, and LFH-style small-block caching. Includes validated, recorded heap snapshots for exploring allocation and reuse.
Windows thread pool written in C, with three FIFO priority levels, semaphore-based dispatch, and bounded worker growth. Includes shutdown regression tests, an educational scheduler model, and measured native benchmarks.
Placeholder for a Windows driver project. Implementation details, debugging notes, and repository links will be added here.
Placeholder for a networking project. Protocols, diagnostics, and any overlap with driver work will be documented when the project is added.
Placeholder for an AI or automation project. The use case, implementation, and project links will be added here.
Placeholder for a cloud project. Infrastructure, services, and deployment details will be added with the project.
Placeholder for an Android app. Features, implementation details, and source links will be added here.