Searched refs:allocation_records (Results 1 – 1 of 1) sorted by relevance
4124 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords() local4125 if (allocation_records != nullptr) { in AllowNewAllocationRecords()4126 allocation_records->AllowNewAllocationRecords(); in AllowNewAllocationRecords()4133 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords() local4134 if (allocation_records != nullptr) { in DisallowNewAllocationRecords()4135 allocation_records->DisallowNewAllocationRecords(); in DisallowNewAllocationRecords()4144 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords() local4145 if (allocation_records != nullptr) { in BroadcastForNewAllocationRecords()4146 allocation_records->BroadcastForNewAllocationRecords(); in BroadcastForNewAllocationRecords()