Searched refs:allocation_records (Results 1 – 1 of 1) sorted by relevance
4066 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords() local4067 if (allocation_records != nullptr) { in AllowNewAllocationRecords()4068 allocation_records->AllowNewAllocationRecords(); in AllowNewAllocationRecords()4075 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords() local4076 if (allocation_records != nullptr) { in DisallowNewAllocationRecords()4077 allocation_records->DisallowNewAllocationRecords(); in DisallowNewAllocationRecords()4086 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords() local4087 if (allocation_records != nullptr) { in BroadcastForNewAllocationRecords()4088 allocation_records->BroadcastForNewAllocationRecords(); in BroadcastForNewAllocationRecords()