Open Bug 1910028 Opened 6 months ago Updated 2 months ago

convert mozjemalloc to C++11 style member initialisation

Categories

(Core :: Memory Allocator, task)

task

Tracking

()

People

(Reporter: pbone, Unassigned)

Details

in mozjemalloc we have several classes that initialise their fields in the constructor body or often an Init() function (sometimes we want to avoid a complex static initialiser). it'd be nice to update these to be initialised by their definitions where we can.

You need to log in before you can comment on or make changes to this bug.