Home
last modified time | relevance | path

Searched refs:ik_memory_deinit (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/ik/src/
H A Dmemory.c196 ik_memory_deinit(void) in ik_memory_deinit() function
248 uintptr_t ik_memory_deinit(void) { return 0; } in ik_memory_deinit() function
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/ik/include/ik/
H A Dmemory.h34 ik_memory_deinit(void);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Core/
H A DContext.cpp307 ik_memory_deinit(); in ReleaseIK()