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

Method data_addr

BeefTools/BeefMem/gperftools/src/debugallocation.cc:472–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470 public: // public accessors
471
472 void* data_addr() { return (void*)&size2_; }
473 const void* data_addr() const { return (const void*)&size2_; }
474
475 static size_t data_offset() { return OFFSETOF_MEMBER(MallocBlock, size2_); }

Callers 3

DebugAllocateFunction · 0.45
tc_reallocFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected