Closed
Bug 813528
Opened 12 years ago
Closed 12 years ago
WebGLElementArrayCache about:memory passes array.Elements() to MallocSizeOf
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: bjacob, Assigned: bjacob)
Details
Attachments
(1 file)
782 bytes,
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
And that is a bug because array.Elements() returns a pointer at a nonzero offset into the actual heap block, due to how nsTArray is implemented.
Attachment #683541 -
Flags: review?(jgilbert)
Updated•12 years ago
|
Attachment #683541 -
Flags: review?(jgilbert) → review+
Assignee | ||
Comment 1•12 years ago
|
||
Assignee: nobody → bjacob
Target Milestone: --- → mozilla20
Comment 2•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•