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@