Summary: This diff adds a `__llair_alloc` intrinsic which is modeled as a non-failing malloc. Using it instead of `malloc` increases the readbility of symbolic heaps, because it removes all the cases where malloc failed. Note that `assert(malloc())` does not have the desired effect. Reviewed By: ngorogiannis Differential Revision: D15778817 fbshipit-source-id: d02784077master
parent
d2ee43e818
commit
0f61a97feb
Loading…
Reference in new issue