Historique des commits

Auteur SHA1 Message Date
  Rich Felker 5f12ffe123 split internal lock API out of libc.h, creating lock.h il y a 6 ans
  Rich Felker 55a1c9c890 move declarations for malloc internals to malloc_impl.h il y a 6 ans
  Rich Felker 618b18c78e revert detection of partially-replaced allocator il y a 7 ans
  Rich Felker c9f415d7ea allow interposition/replacement of allocator (malloc) il y a 7 ans
  Jens Gustedt 32482f61da revise the definition of multiple basic locks in the code il y a 7 ans
  Rich Felker 918b1c1d17 remove external linkage from __simple_malloc definition il y a 9 ans
  Rich Felker 153e952e1a fix regression/typo that disabled __simple_malloc when calloc is used il y a 9 ans
  Rich Felker ba819787ee fix calloc when __simple_malloc implementation is used il y a 9 ans
  Rich Felker e3bc22f1ef refactor malloc's expand_heap to share with __simple_malloc il y a 10 ans
  Rich Felker 56fbaa3bbe make all objects used with atomic operations volatile il y a 10 ans
  Rich Felker 4750cf4202 ditch the priority inheritance locks; use malloc's version of lock il y a 13 ans
  Rich Felker 620a134638 rename __simple_malloc.c to lite_malloc.c - yes this affects behavior! il y a 14 ans