Searched refs:heap_config (Results 1 – 2 of 2) sorted by relevance
122 IonHeapConfig heap_config = { ion_heap_mask, ion_heap_flags }; in MapNameToIonMask() local125 heap_name_to_config_[heap_name] = heap_config; in MapNameToIonMask()150 IonHeapConfig heap_config = { ion_heap_mask, ion_heap_flags }; in MapNameToIonName() local153 heap_name_to_config_[heap_name] = heap_config; in MapNameToIonName()177 int BufferAllocator::GetIonConfig(const std::string& heap_name, IonHeapConfig& heap_config) { in GetIonConfig() argument184 heap_config = it->second; in GetIonConfig()196 heap_config.mask = 1 << heap_id; in GetIonConfig()197 heap_config.flags = 0; in GetIonConfig()200 heap_name_to_config_[heap_name] = heap_config; in GetIonConfig()229 IonHeapConfig heap_config; in IonAlloc() local[all …]
194 int GetIonConfig(const std::string& heap_name, IonHeapConfig& heap_config);