Searched refs:allocation_records (Results 1 – 1 of 1) sorted by relevance
4181 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in AllowNewAllocationRecords() local4182 if (allocation_records != nullptr) { in AllowNewAllocationRecords()4183 allocation_records->AllowNewAllocationRecords(); in AllowNewAllocationRecords()4190 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in DisallowNewAllocationRecords() local4191 if (allocation_records != nullptr) { in DisallowNewAllocationRecords()4192 allocation_records->DisallowNewAllocationRecords(); in DisallowNewAllocationRecords()4201 AllocRecordObjectMap* allocation_records = GetAllocationRecords(); in BroadcastForNewAllocationRecords() local4202 if (allocation_records != nullptr) { in BroadcastForNewAllocationRecords()4203 allocation_records->BroadcastForNewAllocationRecords(); in BroadcastForNewAllocationRecords()