1. 85cc1c4 _PyObject_DebugRealloc(): rewritten to let the underlying realloc do by Tim Peters · 22 years ago
  2. f539c68 _PyObject_DebugDumpAddress(): clarify an output message. by Tim Peters · 22 years ago
  3. f6fb501 PYMALLOC_{CLEAN, DEAD, FORBIDDEN}BYTE symbols: remove the PYMALLOC_ by Tim Peters · 22 years ago
  4. d2560cd Move PyObject_Malloc and PyObject_Free here from object.c. Remove by Neil Schemenauer · 22 years ago
  5. 52aefc8 SF bug 542181: Realloc behavior by Tim Peters · 22 years ago
  6. 49f2681 Minor improvements to the stats output dump, including adding commas to by Tim Peters · 22 years ago
  7. ffdd22f Repair an incomprehensible comment. by Tim Peters · 22 years ago
  8. 16bcb6b _PyMalloc_DebugDumpStats(): vastly improved the output, and it now by Tim Peters · 22 years ago
  9. e70ddf3 Widespread, but mostly in _PyMalloc_Malloc: optimize away all expensive by Tim Peters · 22 years ago
  10. b7265db _PyMalloc_Realloc(): removed a now-pointless cast. by Tim Peters · 22 years ago
  11. 84c1b97 _PyMalloc_{Malloc, Realloc}: Strive to meet the doc's promises about by Tim Peters · 22 years ago
  12. 6169f09 Fixed errors in two comments. by Tim Peters · 22 years ago
  13. 338e010 Restructured my pool-management overview in terms of the three by Tim Peters · 22 years ago
  14. 7ccfadf New PYMALLOC_DEBUG function void _PyMalloc_DebugDumpStats(void). by Tim Peters · 22 years ago
  15. 57b17ad Add one more assert that indirectly interlocking conditions are consistent by Tim Peters · 22 years ago
  16. 4c5be0c Fixed an error in a new assert. by Tim Peters · 22 years ago
  17. b1da050 Fixed a typo in a new comment. by Tim Peters · 22 years ago
  18. 2c95c99 _PyMalloc_Free(): As was already done for _PyMalloc_Malloc, rearranged by Tim Peters · 22 years ago
  19. 1e16db6 Added a long-overdue comment block giving an overview of pool operations by Tim Peters · 22 years ago
  20. c2ce91a It's once again thought safe to call the pymalloc free/realloc with an by Tim Peters · 22 years ago
  21. 7b85b4a new_arena(): In error cases, reset the number of available pools to 0. by Tim Peters · 22 years ago
  22. 1d99af8 Changed the #-of-arenas counters to uints -- no need to be insane about by Tim Peters · 22 years ago
  23. df4d137 Turns out the off_t macro isn't used anymore, so got rid of it. by Tim Peters · 22 years ago
  24. 3c83df2 Now that we're no longer linking arenas together, there's no need to by Tim Peters · 22 years ago
  25. 1230068 Retract the claim that this is always safe if PyMem_{Del, DEL, Free, FREE} by Tim Peters · 22 years ago
  26. d97a1c0 Lots of changes: by Tim Peters · 22 years ago
  27. bd02b14 Add missing "void" to function. by Neil Schemenauer · 22 years ago
  28. d1139e0 PYMALLOC_DEBUG routines: The "check API family" gimmick was going nowhere by Tim Peters · 22 years ago
  29. e085017 _PyMalloc_DebugRealloc(): simplify decl of "fresh". by Tim Peters · 22 years ago
  30. 62c06ba Minor code cleanup -- no semantic changes. by Tim Peters · 22 years ago
  31. ddea208 Give Python a debug-mode pymalloc, much as sketched on Python-Dev. by Tim Peters · 22 years ago
  32. ce7fb9b Just whitespace fiddling. by Tim Peters · 22 years ago
  33. 1221c0a Build obmalloc.c directly instead of #include'ing from object.c. by Tim Peters · 22 years ago
  34. 558ba52 Remove malloc hooks. by Neil Schemenauer · 22 years ago
  35. 25f3dc2 Drop the PyCore_* memory API. by Neil Schemenauer · 22 years ago
  36. 11f5be8 Simpilify PyCore_* macros by assuming the function prototypes for by Neil Schemenauer · 22 years ago
  37. b233652 Identifiers matching _[A-Z_]\w* are reserved for C implementations. by Tim Peters · 23 years ago
  38. a35c688 Add Vladimir Marangozov's object allocator. It is disabled by default. This by Neil Schemenauer · 23 years ago