Closed
Bug 736959
Opened 13 years ago
Closed 13 years ago
Don't wrap PR_Malloc and other NSPR allocation functions
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla14
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file, 2 obsolete files)
3.34 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
PR_Malloc and friends are calling malloc and other functions, which are being wrapped, so there is no need to wrap PR_Malloc.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #607099 -
Flags: review?(khuey)
Assignee | ||
Comment 2•13 years ago
|
||
Attachment #607100 -
Flags: review?(khuey)
Assignee | ||
Updated•13 years ago
|
Attachment #607099 -
Attachment is obsolete: true
Attachment #607099 -
Flags: review?(khuey)
Assignee | ||
Comment 3•13 years ago
|
||
Attachment #607125 -
Flags: review?(khuey)
Assignee | ||
Updated•13 years ago
|
Attachment #607100 -
Attachment is obsolete: true
Attachment #607100 -
Flags: review?(khuey)
Attachment #607125 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla14
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•