Rémi Bernon (@rbernon) commented about dlls/kernel32/tests/heap.c:
heap = HeapCreate( HEAP_NO_SERIALIZE, initial_size, 0 ); get_valloc_info( heap, ¤t_base, &alloc_size, &commit_size );
- todo_wine
- todo_wine_if( initial_size && alloc_size == initial_size )
Could we maybe fully pass this?