Histórico de Commits

Autor SHA1 Mensagem Data
  Rich Felker c3761622e8 mitigate blow-up of heap size under malloc/free contention há 9 anos atrás
  Rich Felker ba819787ee fix calloc when __simple_malloc implementation is used há 10 anos atrás
  Rich Felker e3bc22f1ef refactor malloc's expand_heap to share with __simple_malloc há 10 anos atrás
  Rich Felker 276904c2f6 in malloc, refuse to use brk if it grows into stack há 10 anos atrás
  Rich Felker 064898cfe2 remove useless check of bin match in malloc há 10 anos atrás
  Rich Felker 7a81fe3710 fix init race that could lead to deadlock in malloc init code há 10 anos atrás
  Rich Felker 56fbaa3bbe make all objects used with atomic operations volatile há 10 anos atrás
  Rich Felker 5446303328 avoid malloc failure for small requests when brk can't be extended há 11 anos atrás
  Rich Felker a947d317a2 fix failure of malloc to set errno on heap (brk) exhaustion há 11 anos atrás
  Rich Felker e803829e6b fix potential deadlock bug in libc-internal locking logic há 11 anos atrás
  Rich Felker 8389520ed5 harden realloc/free to detect simple overflows há 11 anos atrás
  Rich Felker b8ccf8e46b page-align initial brk value used by malloc in shared libc há 12 anos atrás
  Rich Felker afd209deb7 workaround gcc got-register-reload performance problems in malloc há 12 anos atrás
  Rich Felker e5d78fe8df fix issue with excessive mremap syscalls on realloc há 13 anos atrás
  Rich Felker 1c8bead345 use new a_crash() asm to optimize double-free handler. há 13 anos atrás
  Rich Felker ce7c6341d3 simplify and improve double-free check há 13 anos atrás
  Rich Felker 5d0965cb56 eliminate OOB array hacks in malloc há 14 anos atrás
  Rich Felker 2afebbbcd1 malloc: cast size down to int in bin_index functions há 14 anos atrás
  Rich Felker 71a80c5767 use volatile pointers for intentional-crash code. há 14 anos atrás
  Rich Felker b052f13cd1 namespace fixes for sys/mman.h há 14 anos atrás
  Rich Felker b761bd19aa fix rare but nasty under-allocation bug in malloc with large requests há 14 anos atrás
  Rich Felker bf8785825a avoid over-allocation of brk on first malloc há 14 anos atrás
  Rich Felker 0958200166 very cheap double-free checks in malloc há 14 anos atrás
  Rich Felker 26031da0f8 make malloc(0) return unique pointers rather than NULL há 14 anos atrás
  Rich Felker 0b44a0315b initial check-in, version 0.5.0 há 14 anos atrás