Home
last modified time | relevance | path

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

/glibc-2.36/malloc/
Dtst-alloc_buffer.c44 test_empty_array (struct alloc_buffer refbuf) in test_empty_array() argument
46 bool refbuf_failed = alloc_buffer_has_failed (&refbuf); in test_empty_array()
49 __func__, (unsigned long long) refbuf.__alloc_buffer_current, in test_empty_array()
50 (unsigned long long) refbuf.__alloc_buffer_end, refbuf_failed); in test_empty_array()
52 struct alloc_buffer buf = refbuf; in test_empty_array()
58 struct alloc_buffer buf = refbuf; in test_empty_array()
66 struct alloc_buffer buf = refbuf; in test_empty_array()
75 struct alloc_buffer buf = refbuf; in test_empty_array()
87 test_impossible_array (struct alloc_buffer refbuf) in test_impossible_array() argument
91 __func__, (unsigned long long) refbuf.__alloc_buffer_current, in test_impossible_array()
[all …]