aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/memory.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-06roll back to the old mallinfo() implementation of memory limiting on Linux an...Robin Haberkorn1-60/+114
2017-03-05memory limiting: libc malloc() and realloc() can return NULLRobin Haberkorn1-2/+4
2017-03-05replaced Linux-specific mallinfo()-based memory limiting with a more portable...Robin Haberkorn1-17/+90
2017-03-03updated copyright to 2017Robin Haberkorn1-1/+1
2016-11-22partially reversed/fixed-up b7ff56db631: avoid g_slice allocators and perform...Robin Haberkorn1-14/+22
2016-11-20fixed glib warnings about using g_mem_set_vtable() and revised memory limitingRobin Haberkorn1-0/+168