MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / prof_getpid

Function prof_getpid

deps/jemalloc/src/prof.c:1697–1704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1695#endif
1696
1697static int
1698prof_getpid(void) {
1699#ifdef _WIN32
1700 return GetCurrentProcessId();
1701#else
1702 return getpid();
1703#endif
1704}
1705
1706static bool
1707prof_dump_maps(bool propagate_err) {

Callers 4

prof_dump_mapsFunction · 0.70
prof_dump_filenameFunction · 0.70
prof_log_startFunction · 0.70
prof_log_emit_metadataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected