Home
last modified time | relevance | path

Searched defs:OGRE_MALLOC (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/
H A DOgreMemoryAllocatorConfig.h179 # define OGRE_MALLOC(bytes, category) (void*)new char[bytes] macro
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/include/
H A DOgreMemoryAllocatorConfig.h370 # define OGRE_MALLOC(bytes, category) ::Ogre::CategorisedAllocPolicy<category>::allocateBytes(bytes… macro
426 # define OGRE_MALLOC(bytes, category) ::Ogre::CategorisedAllocPolicy<category>::allocateBytes(bytes) macro