Home
last modified time | relevance | path

Searched refs:module_array (Results 1 – 1 of 1) sorted by relevance

/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/
Dstack_trace_win.cc35 HMODULE* module_array = nullptr; in PrintStackTraceInternal() local
42 module_array = reinterpret_cast<HMODULE*>(module_array_bytes); in PrintStackTraceInternal()
44 if (EnumProcessModules(process_handle, module_array, bytes_required, in PrintStackTraceInternal()
48 if (GetModuleInformation(process_handle, module_array[i], &info, in PrintStackTraceInternal()
60 process_handle, module_array[i], module_name, in PrintStackTraceInternal()