HomeFreeBSD

MFC r316492: bsdgrep(1): Rip out "xmalloc" bits

Description

MFC r316492: 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.)

Approved by: emaste (mentor, blanket MFC)

Details

Provenance
kevansAuthored on
Parents
rS322556: MFC r316750 (ngie): Fix expectations for testcases per bsdgrep vs gnu grep
Branches
Unknown
Tags
Unknown