Import Upstream version 20180207
[hcoop/debian/mlton.git] / lib / mlnlffi-lib / memory / memory.sml
CommitLineData
7f918cf1
CE
1(* memory.sml
2 * 2005 Matthew Fluet (mfluet@acm.org)
3 * Adapted for MLton.
4 *)
5
6(* memory.sml
7 *
8 * Primitives for "raw" memory access and allocation.
9 *
10 * Copyright (c) 2004 by The Fellowship of SML/NJ
11 *
12 * Author: Matthias Blume (blume@tti-c.org)
13 *)
14structure CMemory : CMEMORY = struct
15 open CMemAccess
16 open CMemAlloc
17end