Enable APR memory pool debugging, which has the desirable side effect
of making APR memory pools a thin layer around malloc() and free() and
thus benefit from related exploit mitigation. APR will also overwrite
memory with a poison byte before freeing like malloc's J flag does.
ok sthen@
The Apache Portable Run-time mission is to provide a library of
routines that allows programmers to write a program once and be
able to compile it anywhere.
ok naddy@