embeddedartistry/libmemory

Add test for overlapping memory blocks

Open

#10 opened on Oct 30, 2017

 (0 comments) (0 reactions) (0 assignees)C (53 forks)auto 404
Testhelp wanted

Repository metrics

Stars
 (285 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide