MCPcopy Create free account
hub / github.com/baldurk/renderdoc / RENDERDOC_CC RENDERDOC_AllocArrayMem

Function RENDERDOC_CC RENDERDOC_AllocArrayMem

renderdoc/replay/entry_points.cpp:430–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

428}
429
430extern "C" RENDERDOC_API void *RENDERDOC_CC RENDERDOC_AllocArrayMem(uint64_t sz)
431{
432 void *ret = malloc((size_t)sz);
433 if(ret == NULL)
434 RENDERDOC_OutOfMemory(sz);
435 return ret;
436}
437
438extern "C" RENDERDOC_API uint32_t RENDERDOC_CC RENDERDOC_EnumerateRemoteTargets(const rdcstr &URL,
439 uint32_t nextIdent)

Callers

nothing calls this directly

Calls 1

RENDERDOC_OutOfMemoryFunction · 0.85

Tested by

no test coverage detected