Searched refs:malloc_buffer_is_within_alloced (Results 1 – 3 of 3) sorted by relevance
327 r = (p1 && p2 && malloc_buffer_is_within_alloced(p1, 1024) && in self_test_malloc()328 !malloc_buffer_is_within_alloced(p1 + 25, 1000) && in self_test_malloc()329 !malloc_buffer_is_within_alloced(p1 - 25, 500) && in self_test_malloc()
67 bool malloc_buffer_is_within_alloced(void *buf, size_t len);
1011 bool malloc_buffer_is_within_alloced(void *buf, size_t len) in malloc_buffer_is_within_alloced() function
Completed in 6 milliseconds