Skip to content

Instantly share code, notes, and snippets.

@luyao795
Created August 24, 2017 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luyao795/3ad09bdbef43f11d99c76195c15f9da7 to your computer and use it in GitHub Desktop.
Save luyao795/3ad09bdbef43f11d99c76195c15f9da7 to your computer and use it in GitHub Desktop.
Inline functions for Block Allocator
// Inline function definitions for BlockAllocator class
namespace Engine
{
inline BlockAllocator* BlockAllocator::getInstance()
{
return instance;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment