2 * Copyright 2007, Ingo Weinhold, bonefish@cs.tu-berlin.de. All rights reserved.
4 * Distributed under the terms of the MIT License.
9 #include <SupportDefs.h>
11 #include "PartitionMap.h"
14 // A PartitionMap with reference count.
15 struct PartitionMapCookie
: PartitionMap
{
16 PartitionMapCookie() : ref_count(1) {}