exec.library: Allocate/Deallocate functions must remain generic and not handler MemHe...
commit8e3361aca89c768f436583a69ee378d17d1fae94
authordeadwood <deadwood@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 31 Mar 2013 15:36:42 +0000 (31 15:36 +0000)
committerdeadwood <deadwood@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 31 Mar 2013 15:36:42 +0000 (31 15:36 +0000)
tree14eac3b7b9b2e6a501ef2680715a4c552f4be100
parent494e4404bbb00a3459421ac1e14e641b1e36163a
exec.library: Allocate/Deallocate functions must remain generic and not handler MemHeaderAllocatorCtx

Both of those functions can be used by external code to work with
externally created MemHeaders. Because of that, those functions cannot
provide MemHeaderAllocatorCtx extension which is Exec internal concept.
Care needs to be taken inside Exec not to use those functions after
MemHeaderAllocatorCtx was associated with a given MemHeader.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@47116 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
rom/exec/allocate.c
rom/exec/deallocate.c