MCPcopy Create free account
hub / github.com/baldurk/renderdoc / RENDERDOC_OutOfMemory

Function RENDERDOC_OutOfMemory

renderdoc/replay/entry_points.cpp:425–428  ·  view source on GitHub ↗

not exported, this is needed for calling from the container allocate functions

Source from the content-addressed store, hash-verified

423
424// not exported, this is needed for calling from the container allocate functions
425void RENDERDOC_OutOfMemory(uint64_t sz)
426{
427 RDCFATAL("Allocation failed for %llu bytes", sz);
428}
429
430extern "C" RENDERDOC_API void *RENDERDOC_CC RENDERDOC_AllocArrayMem(uint64_t sz)
431{

Callers 7

allocFunction · 0.85
operator newMethod · 0.85
allocateMethod · 0.85
allocateMethod · 0.85
allocateMethod · 0.85
allocateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected