blob: 0d368dc2baad2635920c2986e655f03cbf50ade7 [file] [log] [blame]
//===- MemoryFactory.cpp --------------------------------------------------===//
//
// The MCLinker Project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "alone/Support/MemoryFactory.h"
using namespace alone;
MemoryFactory::MemoryFactory()
: mcld::MemoryAreaFactory(32) {
}