mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 13:23:56 -07:00
13 lines
382 B
C++
13 lines
382 B
C++
|
|
/**
|
||
|
|
* =========================================================================
|
||
|
|
* File : aligned_allocator.cpp
|
||
|
|
* Project : 0 A.D.
|
||
|
|
* Description : STL allocator for aligned memory
|
||
|
|
* =========================================================================
|
||
|
|
*/
|
||
|
|
|
||
|
|
// license: GPL; see lib/license.txt
|
||
|
|
|
||
|
|
#include "precompiled.h"
|
||
|
|
#include "aligned_allocator.h"
|