Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
100
void DataBuf::alloc(size_t size) {
101
pData_.resize(size);
102
}
103
104
void DataBuf::resize(size_t size) {
105
pData_.resize(size);
Callers
15
zlibUncompress
Method · 0.80
readRawProfile
Method · 0.80
zlibToDataBuf
Function · 0.80
zlibToCompressed
Function · 0.80
tEXtToDataBuf
Function · 0.80
doWriteMetadata
Method · 0.80
brotliUncompress
Method · 0.80
read
Method · 0.80
Nikon3MnHeader
Method · 0.80
nikonCrypt
Function · 0.80
readMetadata
Method · 0.80
readMetadata
Method · 0.80
Calls
1
resize
Method · 0.80
Tested by
no test coverage detected