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

Method data_size

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

Source from the content-addressed store, hash-verified

475 static size_t data_offset() { return OFFSETOF_MEMBER(MallocBlock, size2_); }
476
477 size_t data_size() const { return size1_; }
478
479 void set_offset(int offset) { this->offset_ = offset; }
480

Callers 3

DebugDeallocateFunction · 0.45
GetAllocatedSizeMethod · 0.45
tc_reallocFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected