Timestamp:
02/18/19 00:46:22 (5 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
5, master
Children:
be62def9
Parents:
bdec62c4
git-author:
Chris Johns <chrisj@…> (02/18/19 00:46:22)
git-committer:
Chris Johns <chrisj@…> (02/19/19 22:08:14)
Message:

libdl/alloc: Add a locking interface to the allocator.

  • 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

(No files)

Note: See TracChangeset for help on using the changeset viewer.