-
- Downloads
memory: let the debug allocator mimic the standard allocator more closely
The standard allocator returns page-aligned addresses for large allocations. Some osv code incorrectly relies on this. While we should fix the incorrect code, for now, adjust the debug allocator to return aligned addresses. The debug allocator now uses the following layout: [header page][guard page][user data][pattern tail][guard page]
Please register or sign in to comment