Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/
H A Dstack_trace_win.cc36 HMODULE* module_array = nullptr; in PrintStackTraceInternal() local
43 module_array = reinterpret_cast<HMODULE*>(module_array_bytes); in PrintStackTraceInternal()
45 if (EnumProcessModules(process_handle, module_array, bytes_required, in PrintStackTraceInternal()
49 if (GetModuleInformation(process_handle, module_array[i], &info, in PrintStackTraceInternal()
61 process_handle, module_array[i], module_name, in PrintStackTraceInternal()