Shadowrun: Awakened 29 September 2011 - Build 871
Classes | Namespaces | Functions
AlignedAlloc.hpp File Reference
#include <cat/Platform.hpp>
#include <cstddef>
#include <vector>
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 ()

Function Documentation

CAT_INLINE void operator delete ( void *  ptr,
cat::Aligned  
) throw ()

Definition at line 262 of file AlignedAlloc.hpp.

References cat::Aligned::Release().

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.

GNU Lesser General Public License 3 Sourceforge.net