MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / alloc

Method alloc

src/types.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void DataBuf::alloc(size_t size) {
101 pData_.resize(size);
102}
103
104void DataBuf::resize(size_t size) {
105 pData_.resize(size);

Callers 15

zlibUncompressMethod · 0.80
readRawProfileMethod · 0.80
zlibToDataBufFunction · 0.80
zlibToCompressedFunction · 0.80
tEXtToDataBufFunction · 0.80
doWriteMetadataMethod · 0.80
brotliUncompressMethod · 0.80
readMethod · 0.80
Nikon3MnHeaderMethod · 0.80
nikonCryptFunction · 0.80
readMetadataMethod · 0.80
readMetadataMethod · 0.80

Calls 1

resizeMethod · 0.80

Tested by

no test coverage detected