Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ErrorAtLine0/infinipaint
/ ContinueString_Pointer
Method
ContinueString_Pointer
include/vk_mem_alloc.h:5975–5979 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5973
}
5974
5975
void VmaJsonWriter::ContinueString_Pointer(const void* ptr)
5976
{
5977
VMA_ASSERT(m_InsideString);
5978
m_SB.AddPointer(ptr);
5979
}
5980
5981
void VmaJsonWriter::EndString(const char* pStr)
5982
{
Callers
2
PrintDetailedMap_Allocation
Method · 0.80
PrintParameters
Method · 0.80
Calls
1
AddPointer
Method · 0.80
Tested by
no test coverage detected