RESOLVED WONTFIX Bug 175299
Use bmalloc::freealign() when deallocating aligned memory blocks
https://bugs.webkit.org/show_bug.cgi?id=175299
Summary Use bmalloc::freealign() when deallocating aligned memory blocks
Daewoong Jang
Reported 2017-08-07 16:17:14 PDT
On windows, aligned memory block should be freed with _aligned_free(). For this case, this patch introduces new bmalloc API freealign().
Attachments
patch (7.93 KB, patch)
2017-08-07 16:23 PDT, Daewoong Jang
no flags
patch (8.38 KB, patch)
2017-08-07 16:37 PDT, Daewoong Jang
no flags
patch (8.64 KB, patch)
2017-08-07 17:31 PDT, Daewoong Jang
ggaren: review-
ggaren: commit-queue-
Daewoong Jang
Comment 1 2017-08-07 16:23:05 PDT
Daewoong Jang
Comment 2 2017-08-07 16:37:13 PDT
Daewoong Jang
Comment 3 2017-08-07 17:31:34 PDT
Geoffrey Garen
Comment 4 2017-08-08 09:33:18 PDT
Comment on attachment 317521 [details] patch We don't use the DebugHeap on Windows.
Note You need to log in before you can comment on or make changes to this bug.