RESOLVED FIXED Bug 155818
bmalloc: Added an Object helper class
https://bugs.webkit.org/show_bug.cgi?id=155818
Summary bmalloc: Added an Object helper class
Geoffrey Garen
Reported 2016-03-23 16:45:42 PDT
bmalloc: Added an Object helper class
Attachments
Patch (15.57 KB, patch)
2016-03-23 16:52 PDT, Geoffrey Garen
no flags
Patch (15.61 KB, patch)
2016-03-23 16:53 PDT, Geoffrey Garen
no flags
Patch (16.27 KB, patch)
2016-03-23 17:07 PDT, Geoffrey Garen
barraclough: review+
Geoffrey Garen
Comment 1 2016-03-23 16:52:15 PDT
Geoffrey Garen
Comment 2 2016-03-23 16:53:42 PDT
Gavin Barraclough
Comment 3 2016-03-23 17:01:41 PDT
Comment on attachment 274795 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=274795&action=review > Source/bmalloc/bmalloc/SmallChunk.h:47 > + SmallPage* begin() { return page(sizeof(SmallChunk)); } I'd suggest not having two ways of doing the same thing (sizeof(SmallChunk) vs m_memory).
Geoffrey Garen
Comment 4 2016-03-23 17:07:00 PDT
Geoffrey Garen
Comment 5 2016-03-23 17:12:04 PDT
Note You need to log in before you can comment on or make changes to this bug.