mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
a6757c9637f90f8138a63285d54fc99a8a21a06b
- Only tested/works with nonpaged pool for now. - No support for session pool or special pool. - No support for pool tagging. - No support for accounting (free/available pages, etc). - No optimizations other than your average combine-with-previous-free and combine-with-next-free mechanisms to avoid fragmentation. - No support for debugging. - No consistency/validation checks. - Heavily commented for the inquiring mind. - Thread/MP safe. - Not used yet. svn path=/trunk/; revision=42245
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%