Searched refs:allocation_records (Results 1 – 1 of 1) sorted by relevance
4009 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords() local4010 if (allocation_records != nullptr) { in AllowNewAllocationRecords()4011 allocation_records->AllowNewAllocationRecords(); in AllowNewAllocationRecords()4018 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords() local4019 if (allocation_records != nullptr) { in DisallowNewAllocationRecords()4020 allocation_records->DisallowNewAllocationRecords(); in DisallowNewAllocationRecords()4030 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords() local4031 if (allocation_records != nullptr) { in BroadcastForNewAllocationRecords()4032 allocation_records->BroadcastForNewAllocationRecords(); in BroadcastForNewAllocationRecords()