MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / AddPointer

Method AddPointer

include/vk_mem_alloc.h:5751–5756  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5749}
5750
5751void VmaStringBuilder::AddPointer(const void* ptr)
5752{
5753 char buf[21];
5754 VmaPtrToStr(buf, sizeof(buf), ptr);
5755 Add(buf);
5756}
5757#endif //_VMA_STRING_BUILDER_FUNCTIONS
5758#endif // _VMA_STRING_BUILDER
5759

Callers 1

Calls 1

VmaPtrToStrFunction · 0.85

Tested by

no test coverage detected