Searched refs:track_allocs (Results 1 – 1 of 1) sorted by relevance
73 explicit LinearAlloc(ArenaPool* pool, bool track_allocs) in LinearAlloc() argument74 : lock_("linear alloc"), allocator_(pool), track_allocations_(track_allocs) {} in LinearAlloc()