1. 034eda8 malloc: improve memalign fragmentation fix by Stephen Warren · 8 years ago
  2. 4eece26 common/dlmalloc.c: Delete content that was moved to malloc.h by Robert P. J. Day · 8 years ago
  3. deff6fb malloc: remove !gd handling by Stephen Warren · 8 years ago
  4. ee05fed malloc: solve dead code issue in memalign() by Stephen Warren · 8 years ago
  5. 4f144a4 malloc: work around some memalign fragmentation issues by Stephen Warren · 9 years ago
  6. fb5cf7f Move initf_malloc() to a common place by Simon Glass · 9 years ago
  7. 0aa8a4a dlmalloc: do memset in malloc init as new default config by Przemyslaw Marczak · 9 years ago
  8. c9356be dm: Split the simple malloc() implementation into its own file by Simon Glass · 10 years ago
  9. 868de51 malloc: Output region when debugging by Thierry Reding · 10 years ago
  10. 854d2b9 dlmalloc: ensure gd is set for early alloc by Rabin Vincent · 10 years ago
  11. 6d7601e sandbox: Always enable malloc debug by Simon Glass · 10 years ago
  12. d59476b Add a simple malloc() implementation for pre-relocation by Simon Glass · 10 years ago
  13. d93041a Remove form-feeds from dlmalloc.c by Simon Glass · 10 years ago
  14. 472d546 Consolidate bool type by York Sun · 11 years ago
  15. 7b39523 malloc: make malloc_bin_reloc static by Gabor Juhos · 12 years ago
  16. 199adb6 common/misc: sparse fixes by Kim Phillips · 12 years ago
  17. 9369184 Fix strict-aliasing warning in dlmalloc by Simon Glass · 12 years ago
  18. ea95cb7 utx8245: fix build breakage due to assert() by Wolfgang Denk · 13 years ago
  19. 21726a7 Add assert() for debug assertions by Simon Glass · 13 years ago
  20. 6163f5b malloc: Fix issue with calloc memory possibly being non-zero by Kumar Gala · 14 years ago
  21. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  22. 1ba91ba dlmalloc.c: Fix gcc alias warning by Joakim Tjernlund · 14 years ago
  23. ea882ba New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  24. ae30b8c malloc: sbrk() should return MORECORE_FAILURE instead of NULL on failure by karl.beldan@gmail.com · 14 years ago
  25. 2740544 malloc: return NULL if not initialized yet by Wolfgang Denk · 15 years ago
  26. b4feeb4 i386: Fix malloc initialization by Graeme Russ · 15 years ago
  27. 521af04 Conditionally perform common relocation fixups by Peter Tyser · 15 years ago
  28. d4e8ada Consolidate arch-specific mem_malloc_init() implementations by Peter Tyser · 15 years ago
  29. 5e93bd1 Consolidate arch-specific sbrk() implementations by Peter Tyser · 15 years ago
  30. f2302d4 Fix merge problems by Stefan Roese · 16 years ago
  31. 81673e9 Make sure common.h is the first include. by Kumar Gala · 16 years ago
  32. d87080b GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 18 years ago
  33. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  34. 217c9da Initial revision by wdenk · 22 years ago