Searched refs:allocation_records (Results 1 – 1 of 1) sorted by relevance
4064 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords() local4065 if (allocation_records != nullptr) { in AllowNewAllocationRecords()4066 allocation_records->AllowNewAllocationRecords(); in AllowNewAllocationRecords()4073 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords() local4074 if (allocation_records != nullptr) { in DisallowNewAllocationRecords()4075 allocation_records->DisallowNewAllocationRecords(); in DisallowNewAllocationRecords()4084 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords() local4085 if (allocation_records != nullptr) { in BroadcastForNewAllocationRecords()4086 allocation_records->BroadcastForNewAllocationRecords(); in BroadcastForNewAllocationRecords()