This moves entire large alloc handling out of all consumers, apart from deciding to go there.
Apart from shortening malloc as it is it makes it feasible to replace the allocation code with smaller helpers to create a fast path.
Differential D27198
malloc: make malloc_large closer to standalone mjg on Nov 12 2020, 9:11 PM. Authored by Tags None Referenced Files
Subscribers
Details
This moves entire large alloc handling out of all consumers, apart from deciding to go there. Apart from shortening malloc as it is it makes it feasible to replace the allocation code with smaller helpers to create a fast path.
Diff Detail
Event Timeline
Comment Actions
|