MCPcopy Create free account
hub / github.com/facebook/CacheLib / ObjectCacheAllocationError

Class ObjectCacheAllocationError

cachelib/common/Exceptions.h:81–84  ·  view source on GitHub ↗

An allocation error. This could be a genuine std::bad_alloc from the global allocator, or it can be an internal allocation error from the backing cachelib item.

Source from the content-addressed store, hash-verified

79// the global allocator, or it can be an internal allocation error
80// from the backing cachelib item.
81class ObjectCacheAllocationError : public OutOfMemory {
82 public:
83 using OutOfMemory::OutOfMemory;
84};
85
86// Bad arguments were fed into deallocate(). This indicates the alloc
87// argument was invalid, or the size was different from the originally

Callers 3

allocateSlowMethod · 0.85
allocateMethod · 0.85

Calls

no outgoing calls

Tested by 1

allocateMethod · 0.68