MCPcopy Create free account
hub / github.com/beefytech/Beef / MarkThreadBusy

Method MarkThreadBusy

BeefRT/gperftools/src/tcmalloc.cc:1550–1554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1548}
1549
1550void TCMALLOC_NAMESPACE::TCMallocImplementation::MarkThreadBusy() {
1551 // Allocate to force the creation of a thread cache, but avoid
1552 // invoking any hooks.
1553 do_free(do_malloc(0));
1554}
1555
1556//-------------------------------------------------------------------
1557// Exported routines

Callers

nothing calls this directly

Calls 2

do_freeFunction · 0.70
do_mallocFunction · 0.70

Tested by

no test coverage detected