Skip to content
Snippets Groups Projects
Commit b7271901 authored by rtoy's avatar rtoy
Browse files

o Add another function to check for other places that can't be malloc

  areas.  For sparc, this means anything below the end of the text
  section (to capture undefined_tramp and closure_tramp and some weird
  pointer object in the middle of call_into_c).  For darwin/x86, we
  ignore 0xffffffe9.  Needs to be checked on other OSes and
  architectures.
o Move the switch statement of allowed static arrays into its own
  function.
parent 9b0502bb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment