Searched refs:app_memory (Results 1 – 3 of 3) sorted by relevance
762 AppMemory app_memory; in RegisterAppMemory() local763 app_memory.ptr = ptr; in RegisterAppMemory()764 app_memory.length = length; in RegisterAppMemory()765 app_memory_list_.push_back(app_memory); in RegisterAppMemory()
1068 AppMemory app_memory; in RegisterAppMemory() local1069 app_memory.ptr = reinterpret_cast<ULONG64>(ptr); in RegisterAppMemory()1070 app_memory.length = static_cast<ULONG>(length); in RegisterAppMemory()1071 app_memory_info_.push_back(app_memory); in RegisterAppMemory()
651 AppMemory app_memory; in TEST() local652 app_memory.ptr = memory; in TEST()653 app_memory.length = kMemorySize; in TEST()654 memory_list.push_back(app_memory); in TEST()