summary refs log tree commit diff stats
path: root/lib/core/allocators.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-09-20 20:22:37 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-09-21 06:43:37 +0200
commit5abe8804698f403ab9cd10f0d8f8ba92bc15b68c (patch)
tree03502f61bb63a22bb70216f06e6f22c97aa936f0 /lib/core/allocators.nim
parent9776f926a22aa28075fdbaf2f5ef28c7fba15c02 (diff)
downloadNim-5abe8804698f403ab9cd10f0d8f8ba92bc15b68c.tar.gz
last stdlib cleanups
Diffstat (limited to 'lib/core/allocators.nim')
-rw-r--r--lib/core/allocators.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/core/allocators.nim b/lib/core/allocators.nim
index 259319ca2..25df59b63 100644
--- a/lib/core/allocators.nim
+++ b/lib/core/allocators.nim
@@ -7,6 +7,8 @@
 #    distribution, for details about the copyright.
 #
 
+## Unstable API.
+
 type
   AllocatorFlag* {.pure.} = enum  ## flags describing the properties of the allocator
     ThreadLocal ## the allocator is thread local only.