[1/5] wsdapi: Implement WSD LinkedMemory functions [try 3]

Alexandre Julliard julliard at winehq.org
Mon May 1 09:49:31 CDT 2017


Owen Rudge <orudge at 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 at winehq.org



More information about the wine-devel mailing list