Bug 229902 - Use USE(SYSTEM_MALLOC) macro in all cases
Summary: Use USE(SYSTEM_MALLOC) macro in all cases
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: bmalloc (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Basuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-09-03 15:38 PDT by Basuke Suzuki
Modified: 2021-09-03 21:22 PDT (History)
9 users (show)

See Also:


Attachments
PATCH (5.48 KB, patch)
2021-09-03 15:43 PDT, Basuke Suzuki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Basuke Suzuki 2021-09-03 15:38:23 PDT
There're a lot of usage of following old style:
> #if defined(USE_SYSTEM_MALLOC) && USE_SYSTEM_MALLOC
Comment 1 Basuke Suzuki 2021-09-03 15:43:04 PDT
Created attachment 437320 [details]
PATCH
Comment 2 Yusuke Suzuki 2021-09-03 20:41:25 PDT
Comment on attachment 437320 [details]
PATCH

r=me
Comment 3 EWS 2021-09-03 21:21:24 PDT
Committed r282043 (241343@main): <https://commits.webkit.org/241343@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 437320 [details].
Comment 4 Radar WebKit Bug Importer 2021-09-03 21:22:18 PDT
<rdar://problem/82751362>