29 Révisions (10501351597c09c70f7ec0b158eb7b1fbfa2a4d6)

Auteur SHA1 Message Date
  Michael Brown 6f3e7e90fc [malloc] Allow Valgrind to be used when all assertions are enabled il y a 12 ans
  Michael Brown df2773193e [malloc] Discard all cached data on shutdown il y a 12 ans
  Piotr Jaroszyński b604e8a388 [linux] Make malloc and linux_umalloc valgrindable il y a 14 ans
  Michael Brown 13e4b9ec49 [malloc] Avoid immediately clobbering reference count when freeing memory il y a 13 ans
  Michael Brown fc69ab94d9 [malloc] Use list_for_each_entry_safe() when we may delete a list entry il y a 13 ans
  Michael Brown 9dc51afa2c [malloc] Add cache discard mechanism il y a 14 ans
  Michael Brown 8406115834 [build] Rename gPXE to iPXE il y a 14 ans
  Michael Brown c44a193d0d [legal] Add a selection of FILE_LICENCE declarations il y a 15 ans
  Michael Brown ee2df1d6d6 [ioapi] Remove old io.h file and switch all users over to <gpxe/io.h> il y a 15 ans
  Holger Lubitz 7815474495 Revert "malloc attribute changes" il y a 17 ans
  Holger Lubitz 373022108b malloc attribute changes il y a 17 ans
  Michael Brown 89349d7fad Separated out initialisation functions from startup/shutdown functions. il y a 17 ans
  Michael Brown 058b200529 Renamed _calloc() to zalloc(), ready to be used as a standalone function. il y a 17 ans
  Michael Brown 73b09ecba6 Use stdio.h instead of vsprintf.h il y a 17 ans
  Michael Brown 6d4e37cf42 Move include/malloc.h to include/gpxe/malloc.h, since everything in there il y a 17 ans
  Michael Brown 35776f481c Don't always zero memory in malloc(). This saves around 2us on a il y a 17 ans
  Michael Brown 6c894c2a2e Fix typo il y a 17 ans
  Michael Brown c4677c7e73 Implemented realloc(), and changed the semantics of malloc(0) to allow il y a 17 ans
  Michael Brown 88e38fa148 We don't actually have a stdio.h header file. Our printf() functions are il y a 18 ans
  Marty Connor 1da4faa896 include stdio.h to suppress printf warning, general warnings fixups il y a 18 ans
  Michael Brown 1dbafa8950 Tidied up debugging messages il y a 18 ans
  Michael Brown 689218618f Fix typo il y a 18 ans
  Michael Brown 51feeab445 Add an explicit failure debug message il y a 18 ans
  Michael Brown cfae86f6c8 Glenn managed to shrink .text by 5 more bytes. il y a 18 ans
  Michael Brown face774c4c Fixed erroneous comparison il y a 18 ans
  Michael Brown 95f8a42930 Removed incorrect comment; malloc() is inefficient only when the il y a 18 ans
  Michael Brown 4e92f29c9e Now passes trivial tests. free_memblock() needs neatening up. il y a 18 ans
  Michael Brown b601a7d355 Updated memory allocator to improve support for unaligned or partially il y a 18 ans
  Michael Brown b6b6a0b5fe First draft of a dynamic memory allocator il y a 18 ans