embeddedartistry/libmemory

Add test for overlapping memory blocks

开放

#10 创建于 2017年10月30日

 (0 条评论) (0 个反应) (0 位负责人)C (53 个派生)auto 404
Testhelp wanted

仓库指标

星标
 (285 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

malloc - add tests that none of the returned blocks overlap.

Non-overlap would mean that each returned address + size does not fall within the bounds of another returned address / size.

贡献者指南