MCPcopy Create free account
hub / github.com/F-Stack/f-stack / prof_getpid

Function prof_getpid

app/redis-6.2.6/deps/jemalloc/src/prof.c:1426–1433  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1424#endif
1425
1426static int
1427prof_getpid(void) {
1428#ifdef _WIN32
1429 return GetCurrentProcessId();
1430#else
1431 return getpid();
1432#endif
1433}
1434
1435static bool
1436prof_dump_maps(bool propagate_err) {

Callers 2

prof_dump_mapsFunction · 0.85
prof_dump_filenameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected