[Webkit-unassigned] [Bug 213757] [Win] Stub out bmalloc implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 30 14:15:32 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=213757

--- Comment #7 from Geoffrey Garen <ggaren at apple.com> ---
Comment on attachment 403150
  --> https://bugs.webkit.org/attachment.cgi?id=403150
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=403150&action=review

> Source/bmalloc/bmalloc/DebugHeap.cpp:108
> +#if BOS(WINDOWS)
> +    result = _aligned_malloc(size, alignment);
> +    RELEASE_BASSERT(action == FailureAction::ReturnNull || result);

This is incorrect because it does not pair with _aligned_free.

I think Windows just shouldn't use the debug heap.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200630/4a448f59/attachment.htm>


More information about the webkit-unassigned mailing list