Home | History | Annotate | Download | only in metrics

Lines Matching refs:allocator

551   // contain the shared memory handle that contains the field trial allocator.
608 // Grabs the lock if necessary and adds the field trial to the allocator. This
625 // Clears all the params in the allocator.
628 // Dumps field trial state to an allocator so that it can be analyzed after a
631 PersistentMemoryAllocator* allocator);
633 // Retrieves field trial state from an allocator so that it can be analyzed
635 // memory segment and so are only valid as long as the allocator is valid.
638 PersistentMemoryAllocator const& allocator);
669 // This function recreates the allocator, iterates through all the field
675 // Instantiate the field trial allocator, add all existing field trials to it,
680 // Adds the field trial to the allocator. Caller must hold a lock before
682 static void AddToAllocatorWhileLocked(PersistentMemoryAllocator* allocator,
725 // Allocator in shared memory containing field trial data. Used in both
731 // Readonly copy of the handle to the allocator. Needs to be a member variable