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