mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00

Problem: - "process" is often used as a verb (`multiqueue_process_events`), which is ambiguous for cases where it's used as a topic. - The documented naming convention for processes is "proc". - `:help dev-name-common` - Shorter is better, when it doesn't harm readability or discoverability. Solution: Rename "process" => "proc" in all C symbols and module names.
17 lines
254 B
Plaintext
17 lines
254 B
Plaintext
{
|
|
nss_parse_service_list
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:nss_parse_service_list
|
|
fun:__nss_database_lookup
|
|
}
|
|
{
|
|
uv_spawn_with_optimizations
|
|
Memcheck:Leak
|
|
fun:malloc
|
|
fun:uv_spawn
|
|
fun:libuv_proc_spawn
|
|
fun:proc_spawn
|
|
fun:job_start
|
|
}
|