K 10 svn:author V 3 cem K 8 svn:date V 27 2017-04-04T16:08:51.802680Z K 7 svn:log V 501 bsdgrep(1): Rip out "xmalloc" bits xmalloc was a debug malloc implementation, but the x{malloc,calloc,free} functions default to calling the malloc(3) equivalents. Instead of relying on this malloc shim, we can devise better ways to debug malloc issues that aren't misleading upon initial inspection. (I.e., using jemalloc's various built-in debugging capabilities.) Submitted by: Kyle Evans Reviewed by: emaste, cem Differential Revision: https://reviews.freebsd.org/D10269 END