RESOLVED FIXED211749
[bmalloc][WTF] Add computing memory size implementation for FreeBSD
https://bugs.webkit.org/show_bug.cgi?id=211749
Summary [bmalloc][WTF] Add computing memory size implementation for FreeBSD
Attachments
PATCH (2.76 KB, patch)
2020-05-11 16:06 PDT, Basuke Suzuki
no flags
Basuke Suzuki
Comment 1 2020-05-11 16:06:50 PDT
David Kilzer (:ddkilzer)
Comment 2 2020-05-11 19:31:53 PDT
Comment on attachment 399063 [details] PATCH View in context: https://bugs.webkit.org/attachment.cgi?id=399063&action=review r=me > Source/WTF/wtf/RAMSize.cpp:60 > sysinfo(&si); Should we assert that the return value here is zero (similar to what bmalloc does)? Would also be nice to use `info` like bmalloc. Neither of these are necessary to land this patch.
EWS
Comment 3 2020-05-11 20:06:28 PDT
Committed r261543: <https://trac.webkit.org/changeset/261543> All reviewed patches have been landed. Closing bug and clearing flags on attachment 399063 [details].
Radar WebKit Bug Importer
Comment 4 2020-05-11 20:07:14 PDT
Note You need to log in before you can comment on or make changes to this bug.