Searched refs:allocation_records (Results 1 – 1 of 1) sorted by relevance
3888 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords() local3889 if (allocation_records != nullptr) { in AllowNewAllocationRecords()3890 allocation_records->AllowNewAllocationRecords(); in AllowNewAllocationRecords()3897 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords() local3898 if (allocation_records != nullptr) { in DisallowNewAllocationRecords()3899 allocation_records->DisallowNewAllocationRecords(); in DisallowNewAllocationRecords()3908 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords() local3909 if (allocation_records != nullptr) { in BroadcastForNewAllocationRecords()3910 allocation_records->BroadcastForNewAllocationRecords(); in BroadcastForNewAllocationRecords()