summaryrefslogtreecommitdiff
path: root/src/mi/mempool.c
Commit message (Expand)AuthorAgeFilesLines
* Fix placement of alignas() specifierSteve MacLean2020-06-181-1/+1
* Use C11 atomicsSteve MacLean2020-05-211-21/+3
* Use C11 alignas(x)Steve MacLean2020-05-211-1/+2
* One time whitespace fixup.Arun Sharma2014-09-271-14/+14
* Reduce the number of ifdefs in machine independent codev1.1-rc1Arun Sharma2012-09-291-5/+1
* Apply UNW_ALIGN more in src/mi/mempool.cTommi Rantala2012-09-281-2/+2
* Simplify `sos_alloc()' implementationTommi Rantala2012-09-281-25/+25
* Align `sos_memory' to MAX_ALIGNTommi Rantala2012-09-281-1/+2
* Workaround non-power-of-two i386 sizeof(long double) in src/mi/mempool.cTommi Rantala2012-09-281-1/+5
* Use GCC __BIGGEST_ALIGNMENT__ for sos-pool MAX_ALIGNTommi Rantala2012-09-281-1/+8
* Rename and share `ALIGN' macro from _UCD_internal.hTommi Rantala2012-09-051-5/+5
* Drop include of "mempool.h", which causes problems in the kernel, due tohp.com!davidm2005-05-201-2/+0
* Include "libunwind_i.h" instead of "libunwind.h" and a whole bunch of standardhp.com!davidm2005-05-201-11/+3
* (sos_alloc): Fix soslock vs. sos_lock typo.hp.com!davidm2005-05-031-36/+17
* (add_memory): Rephrase for-loop conditional to avoid bug in Intel-compilermostang.com!davidm2004-04-221-1/+1
* Rename: src/mempool.c -> src/mi/mempool.chp.com!davidm2004-01-301-0/+205
* Initial revisionhp.com!davidm2004-01-301-0/+0