MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / nk_zero

Function nk_zero

extern/glfw/deps/nuklear.h:6360–6365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6358 #undef nk_wmask
6359}
6360NK_LIB void
6361nk_zero(void *ptr, nk_size size)
6362{
6363 NK_ASSERT(ptr);
6364 NK_MEMSET(ptr, 0, size);
6365}
6366NK_API int
6367nk_strlen(const char *str)
6368{

Callers 15

nk_buffer_initFunction · 0.85
nk_buffer_init_fixedFunction · 0.85
nk_draw_list_initFunction · 0.85
nk_font_bake_packFunction · 0.85
nk_font_bakeFunction · 0.85
nk_font_atlas_addFunction · 0.85
nk_freeFunction · 0.85
nk_clearFunction · 0.85
nk_pool_initFunction · 0.85
nk_pool_init_fixedFunction · 0.85
nk_panel_beginFunction · 0.85
nk_panel_endFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected