[PATCH] Remove xmalloc-trace and sbrk

From: Kinkie <gkinkie_at_gmail.com>
Date: Sun, 16 Mar 2014 19:26:24 +0100

Hi all,
  the attached patch removes all references to xmalloc-trace and sbrk.
The former is very rarely used, valgrind is preferred to trace allocations.
The latter is basically useless to detect memory usage on modern OSes which
use other means than brk(2) to obtain memory pages for the heap; it is
actually deprecated on some OSes such as Darwin.

Farm-build-tested.

-- 
    Francesco

Received on Sun Mar 16 2014 - 18:26:33 MDT

This archive was generated by hypermail 2.2.0 : Mon Mar 17 2014 - 12:00:12 MDT