Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
6360
NK_LIB void
6361
nk_zero(void *ptr, nk_size size)
6362
{
6363
NK_ASSERT(ptr);
6364
NK_MEMSET(ptr, 0, size);
6365
}
6366
NK_API int
6367
nk_strlen(const char *str)
6368
{
Callers
15
nk_buffer_init
Function · 0.85
nk_buffer_init_fixed
Function · 0.85
nk_draw_list_init
Function · 0.85
nk_font_bake_pack
Function · 0.85
nk_font_bake
Function · 0.85
nk_font_atlas_add
Function · 0.85
nk_free
Function · 0.85
nk_clear
Function · 0.85
nk_pool_init
Function · 0.85
nk_pool_init_fixed
Function · 0.85
nk_panel_begin
Function · 0.85
nk_panel_end
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected