Home
last modified time | relevance | path

Searched refs:guard_space (Results 1 – 2 of 2) sorted by relevance

/third_party/unity/extras/memory/src/
Dunity_memory.c52 size_t guard_space; member
100 guard->guard_space = 0; in unity_malloc()
113 return guard->guard_space != 0 || strcmp(&memAsChar[guard->size], end) != 0; in isOverrun()
/third_party/cJSON/tests/unity/extras/fixture/src/
Dunity_fixture.c175 size_t guard_space; member
211 guard->guard_space = 0; in unity_malloc()
224 return guard->guard_space != 0 || strcmp(&memAsChar[guard->size], end) != 0; in isOverrun()