MCPcopy Create free account
hub / github.com/ceph/ceph / leak_some_memory

Function leak_some_memory

src/common/ceph_context.cc:517–520  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515#pragma GCC push_options
516#pragma GCC optimize ("O0")
517static void leak_some_memory() {
518 volatile char *foo = new char[1234];
519 (void)foo;
520}
521#pragma GCC pop_options
522
523int CephContext::_do_command(

Callers 1

_do_commandMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected