aboutsummaryrefslogblamecommitdiffstats
path: root/util/memory/mmapalloc.h
blob: 06002e58fc119977445b337a52279df9945499dc (plain) (tree)
1
2
3
4
5
6
7
8
            





                                          
#pragma once

class IAllocator;

/*
 * return anonymous memory based allocator
 */
IAllocator* MmapAllocator();