Home
last modified time | relevance | path

Searched refs:SafeFree (Results 1 – 8 of 8) sorted by relevance

/NW4C-1.2.23/sources/libraries/demo/
Ddemo_GraphicsDrawing.cpp62 os::SafeFree(m_pShaderBinary, m_ShapeAllocator); in Finalize()
429 os::SafeFree(shaderBuffer, allocator); in InitializeFont()
433 os::SafeFree(fontBuffer, allocator); in InitializeFont()
496 os::SafeFree(m_FontCommandBuffer, m_FontAllocator); in DestroyFont()
499 os::SafeFree(stringBuffer, m_FontAllocator); in DestroyFont()
507 os::SafeFree(resource, m_FontAllocator); in DestroyFont()
508 os::SafeFree(drawBuffer, m_FontAllocator); in DestroyFont()
/NW4C-1.2.23/demos/Nw4cDemo/sources/
DSmCommandUtility.cpp135 nw::os::SafeFree( cmdCacheCopied.cmdBuff, m_Allocator ); in DestroyCopiedCmdCache()
DSmPrimitive.cpp258 nw::os::SafeFree( m_pVertex, m_Allocator ); in ~Sm2DPrimPC()
/NW4C-1.2.23/sources/libraries/dev/
Ddev_ParticleProfile.cpp78 os::SafeFree(m_Instance, allocator); in Finalize()
Ddev_Profile.cpp431 os::SafeFree(m_Instance, allocator); in Finalize()
/NW4C-1.2.23/include/nw/os/
Dos_Memory.h280 SafeFree( in SafeFree() function
305 SafeFree(memory, m_Allocator); in operator()
/NW4C-1.2.23/include/nw/demo/
Ddemo_DisplayBufferSwapper.h244 nw::os::SafeFree(m_DisplayBuffers, &this->GetAllocator()); in ~DisplayBufferSwapper()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_AnimObject.h1363 os::SafeFree(m_CacheBuf, &GetAllocator()); in ChangeAnim()