Home
last modified time | relevance | path

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

/malloc/
A Dtst-scratch_buffer.c163 size_t l = sizes[i] > buf.length ? sizes[i] : buf.length; in do_test() local
164 void *r = scratch_buffer_dupfree (&buf, l); in do_test()
165 void *c = xmalloc (l); in do_test()
166 memset (c, '@', l); in do_test()
167 TEST_COMPARE_BLOB (r, l, buf.data, l); in do_test()

Completed in 4 milliseconds