summaryrefslogtreecommitdiff
path: root/cpukit/libdl/rtl-alloc-heap.c (follow)
AgeCommit message (Collapse)Author
2019-02-20libdl/alloc: Add a locking interface to the allocator.Chris Johns
- Allow an allocator to lock the allocations. This is needed to lock the heap allocator so the text and trampoline table are as close together as possible to allow for the largest possible object file size. - Update the default heap allocator to lock the heap allocator. - Update ELF loading to lock the allocator. Updates #3685
2019-02-15libdl: Allocator does not unlock and lock memory on loading.Chris Johns
Close #3692
2018-04-12libdl: Remove _t from all structures as this is reserved for the standardsChris Johns
2014-10-31cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns
This is a merge of the RTL project.