1 May
2017
1 May
'17
2:49 p.m.
Owen Rudge <orudge(a)codeweavers.com> writes:
+struct memory_allocation +{ + int magic; + struct list entry; + + struct list children; +};
You'd probably want to preserve the heap block alignment. Some test cases would be a good idea. -- Alexandre Julliard julliard(a)winehq.org