Szabolcs Nagy 61ff1af76f use lookup table for malloc bin index instead of float conversion 8 年之前
..
DESIGN 0b44a0315b initial check-in, version 0.5.0 14 年之前
__brk.c 8acbe4f818 slightly optimize __brk for size 11 年之前
aligned_alloc.c 6d861ac874 move core memalign code from aligned_alloc to __memalign 12 年之前
calloc.c ba819787ee fix calloc when __simple_malloc implementation is used 10 年之前
expand_heap.c e3bc22f1ef refactor malloc's expand_heap to share with __simple_malloc 10 年之前
lite_malloc.c 918b1c1d17 remove external linkage from __simple_malloc definition 9 年之前
malloc.c 61ff1af76f use lookup table for malloc bin index instead of float conversion 8 年之前
malloc_usable_size.c d150764697 fix malloc_usable_size for NULL input 9 年之前
memalign.c 4a30ba5ca4 remove redundant check in memalign 11 年之前
posix_memalign.c 6d861ac874 move core memalign code from aligned_alloc to __memalign 12 年之前