aboutsummaryrefslogtreecommitdiffstats
path: root/doc/info/chap/memory-allocation.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-11-19 23:38:02 +0100
committerMattias Andrée <maandree@operamail.com>2015-11-19 23:38:02 +0100
commit4132a111276f4410b7326559d8235df652b0560b (patch)
tree67cfcf7b71eeba3999cb74c54b2f8894dc2d84b2 /doc/info/chap/memory-allocation.texinfo
parentfix memory leak at failure of execveat (issue #3) (diff)
downloadslibc-4132a111276f4410b7326559d8235df652b0560b.tar.gz
slibc-4132a111276f4410b7326559d8235df652b0560b.tar.bz2
slibc-4132a111276f4410b7326559d8235df652b0560b.tar.xz
etymology for some functions
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--doc/info/chap/memory-allocation.texinfo7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/info/chap/memory-allocation.texinfo b/doc/info/chap/memory-allocation.texinfo
index 20136b0..1b7c778 100644
--- a/doc/info/chap/memory-allocation.texinfo
+++ b/doc/info/chap/memory-allocation.texinfo
@@ -233,6 +233,13 @@ void function(size_t n)
Both of these allocation-methods are both automatic
and dynamic.
+@ifnottex
+Etymology: (Alloca)te!
+@end ifnottex
+@iftex
+Etymology: @b{Alloca}te!
+@end iftex
+
@cpindex Memory exhaustion
Memory allocation functions return @code{NULL} if
the process cannot allocate more memory. However,