Searched refs:allocation_records (Results 1 – 1 of 1) sorted by relevance
4373 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords() local4374 if (allocation_records != nullptr) { in AllowNewAllocationRecords()4375 allocation_records->AllowNewAllocationRecords(); in AllowNewAllocationRecords()4382 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords() local4383 if (allocation_records != nullptr) { in DisallowNewAllocationRecords()4384 allocation_records->DisallowNewAllocationRecords(); in DisallowNewAllocationRecords()4393 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords() local4394 if (allocation_records != nullptr) { in BroadcastForNewAllocationRecords()4395 allocation_records->BroadcastForNewAllocationRecords(); in BroadcastForNewAllocationRecords()