Loading core/jni/android_os_Debug.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -263,6 +263,8 @@ static bool load_maps(int pid, stats_t* stats, bool* foundSwapPss) which_heap = HEAP_NATIVE; } else if (base::StartsWith(name, "[anon:scudo:")) { which_heap = HEAP_NATIVE; } else if (base::StartsWith(name, "[anon:GWP-ASan")) { which_heap = HEAP_NATIVE; } else if (base::StartsWith(name, "[stack")) { which_heap = HEAP_STACK; } else if (base::StartsWith(name, "[anon:stack_and_tls:")) { Loading Loading
core/jni/android_os_Debug.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -263,6 +263,8 @@ static bool load_maps(int pid, stats_t* stats, bool* foundSwapPss) which_heap = HEAP_NATIVE; } else if (base::StartsWith(name, "[anon:scudo:")) { which_heap = HEAP_NATIVE; } else if (base::StartsWith(name, "[anon:GWP-ASan")) { which_heap = HEAP_NATIVE; } else if (base::StartsWith(name, "[stack")) { which_heap = HEAP_STACK; } else if (base::StartsWith(name, "[anon:stack_and_tls:")) { Loading