![]() |
Shadowrun: Awakened 29 September 2011 - Build 871
|
Include dependency graph for AlignedAlloc.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | cat::Aligned |
| class | cat::LargeAligned |
| class | cat::STLAlignedAllocator< T > |
| struct | cat::STLAlignedAllocator< T >::rebind< S > |
| class | cat::STLLargeAlignedAllocator< T > |
| struct | cat::STLLargeAlignedAllocator< T >::rebind< S > |
Namespaces | |
| namespace | cat |
Functions | |
| u32 | cat::GetCacheLineBytes () |
| CAT_INLINE void | operator delete (void *ptr, cat::Aligned &) throw () |
| CAT_INLINE void * | operator new[] (std::size_t bytes, cat::Aligned &) throw () |
| CAT_INLINE void operator delete | ( | void * | ptr, |
| cat::Aligned & | |||
| ) | throw () |
Definition at line 262 of file AlignedAlloc.hpp.
References cat::Aligned::Release().
{
cat::Aligned::Release(ptr);
}
| CAT_INLINE void* operator new[] | ( | std::size_t | bytes, |
| cat::Aligned & | |||
| ) | throw () |
Definition at line 256 of file AlignedAlloc.hpp.
References cat::Aligned::Acquire().
{
return cat::Aligned::Acquire((int)bytes);
}
Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.