Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 460 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 460 Bytes

Collection of configs, scripts and programs were involved in writing "Restricting program memory".

  • big_alloc.c - simple program that allocates ~100 MiB of memory
  • lxc-my.conf - config for LXC
  • linker - Linker related stuff
  • Makefile - you guess.
  • memrestrict.c - intercept malloc/free calls to acount heap usage
  • vg-wrap.sh - LD_PRELOAD wrapper for valgrind