WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
patch
(8.38 KB, patch)
2017-08-07 16:37 PDT
,
Daewoong Jang
no flags
Details
Formatted Diff
Diff
patch
(8.64 KB, patch)
2017-08-07 17:31 PDT
,
Daewoong Jang
ggaren
: review-
ggaren
: commit-queue-
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Daewoong Jang
Comment 1
2017-08-07 16:23:05 PDT
Created
attachment 317492
[details]
patch
Daewoong Jang
Comment 2
2017-08-07 16:37:13 PDT
Created
attachment 317498
[details]
patch
Daewoong Jang
Comment 3
2017-08-07 17:31:34 PDT
Created
attachment 317521
[details]
patch
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.
Top of Page
Format For Printing
XML
Clone This Bug