summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rtl-alloc-heap.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libdl/alloc: Add a locking interface to the allocator.Chris Johns2019-02-201-5/+18
| | | | | | | | | | | | | - 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
* libdl: Allocator does not unlock and lock memory on loading.Chris Johns2019-02-151-3/+3
| | | | Close #3692
* libdl: Remove _t from all structures as this is reserved for the standardsChris Johns2018-04-121-4/+4
|
* cpukit: Add libdl with the Runtime Loader (RTL) code.Chris Johns2014-10-311-0/+33
This is a merge of the RTL project.