aboutsummaryrefslogtreecommitdiffstats
path: root/src/malloc.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-17 02:40:52 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-17 02:40:52 +0100
commit2ebc90b5fe741f8620771090dd61b97b5dc1de79 (patch)
tree4c8c7ad29810cac76c0fdc1d6d17aea45d61b663 /src/malloc.c
parentsplit bzero.c (diff)
downloadslibc-2ebc90b5fe741f8620771090dd61b97b5dc1de79.tar.gz
slibc-2ebc90b5fe741f8620771090dd61b97b5dc1de79.tar.bz2
slibc-2ebc90b5fe741f8620771090dd61b97b5dc1de79.tar.xz
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/malloc.c')
-rw-r--r--src/malloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/malloc.c b/src/malloc.c
index 3d48b56..5a6739e 100644
--- a/src/malloc.c
+++ b/src/malloc.c
@@ -38,6 +38,7 @@
#define MALLOC(size) memalign(sizeof(max_align_t), size)
+
/**
* Create a new memory allocation on the heap.
* The allocation will not be initialised.