MCPcopy Create free account
hub / github.com/cpputest/cpputest / hasFreeBlocksOfSize

Method hasFreeBlocksOfSize

src/CppUTest/SimpleStringInternalCache.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131bool SimpleStringInternalCache::hasFreeBlocksOfSize(size_t size)
132{
133 return getCacheNodeFromSize(size)->freeMemoryHead_ != NULLPTR;
134}
135
136SimpleStringMemoryBlock* SimpleStringInternalCache::reserveCachedBlockFrom(SimpleStringInternalCacheNode* node)
137{

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64