about summary refs log tree commit diff
path: root/malloc/tst-obstack.c
Commit message (Collapse)AuthorAgeFilesLines
* (main): Run tests for different alignments.Ulrich Drepper2000-10-241-16/+26
|
* Update.Ulrich Drepper2000-10-241-0/+54
* malloc/obstack.c (_obstack_newchunk): Correctly align first returned block. * malloc/tst-obstack.c: New file. Patch and test case by Alexandre Duret-Lutz <duret_g@epita.fr>.