Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ ucvector_init
Function
ucvector_init
samples/cgpu/cgpu-basic/mandelbrot/lodepng.c:247–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
245
}
246
247
static void ucvector_init(ucvector* p)
248
{
249
p->data = NULL;
250
p->size = p->allocsize = 0;
251
}
252
#endif /*LODEPNG_COMPILE_PNG*/
253
254
#ifdef LODEPNG_COMPILE_ZLIB
Callers
13
readChunk_zTXt
Function · 0.85
readChunk_iTXt
Function · 0.85
decodeGeneric
Function · 0.85
addChunk_IHDR
Function · 0.85
addChunk_PLTE
Function · 0.85
addChunk_tRNS
Function · 0.85
addChunk_IDAT
Function · 0.85
addChunk_tEXt
Function · 0.85
addChunk_zTXt
Function · 0.85
addChunk_iTXt
Function · 0.85
addChunk_bKGD
Function · 0.85
addChunk_pHYs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected