Няма описание

001-sysmalloc.patch 474B

1234567891011121314
  1. --- a/config_f.h
  2. +++ b/config_f.h
  3. @@ -135,11 +135,7 @@
  4. * This can be much slower and no memory statistics will be
  5. * provided.
  6. */
  7. -#if defined(__MACHTEN__) || defined(PURIFY) || defined(MALLOC_TRACE) || defined(_OSD_POSIX) || defined(__MVS__) || defined (__CYGWIN__) || defined(__GLIBC__) || defined(__OpenBSD__) || defined(__APPLE__)
  8. # define SYSMALLOC
  9. -#else
  10. -# undef SYSMALLOC
  11. -#endif
  12. /*
  13. * USE_ACCESS Use access(2) rather than stat(2) when POSIX is defined.