Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ErrorAtLine0/infinipaint
/ VmaPtrToStr
Function
VmaPtrToStr
include/vk_mem_alloc.h:3182–3185 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3180
snprintf(outStr, strLen,
"%"
PRIu64, num);
3181
}
3182
static inline void VmaPtrToStr(char* VMA_NOT_NULL outStr, size_t strLen, const void* ptr)
3183
{
3184
snprintf(outStr, strLen,
"%p"
, ptr);
3185
}
3186
#endif
3187
3188
#ifndef VMA_MUTEX
Callers
1
AddPointer
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected