Bug 175299

Summary: Use bmalloc::freealign() when deallocating aligned memory blocks
Product: WebKit Reporter: Daewoong Jang <daewoong.jang>
Component: bmallocAssignee: Daewoong Jang <daewoong.jang>
Status: RESOLVED WONTFIX    
Severity: Normal CC: benjamin, buildbot, cdumez, cmarcelo, dbates, ggaren
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 143310    
Attachments:
Description Flags
patch
none
patch
none
patch ggaren: review-, ggaren: commit-queue-

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.