Searched refs:alloc_buffer (Results 1 – 16 of 16) sorted by relevance
/glibc-2.36/malloc/ |
D | tst-alloc_buffer.c | 44 test_empty_array (struct alloc_buffer refbuf) 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() 103 struct alloc_buffer buf = refbuf; in test_impossible_array() 108 struct alloc_buffer buf = refbuf; in test_impossible_array() 113 struct alloc_buffer buf = refbuf; in test_impossible_array() 118 struct alloc_buffer buf = refbuf; in test_impossible_array() [all …]
|
D | alloc_buffer_copy_string.c | 25 struct alloc_buffer 26 __libc_alloc_buffer_copy_string (struct alloc_buffer buf, const char *src) in __libc_alloc_buffer_copy_string()
|
D | alloc_buffer_allocate.c | 23 struct alloc_buffer 28 return (struct alloc_buffer) in __libc_alloc_buffer_allocate()
|
D | alloc_buffer_copy_bytes.c | 25 struct alloc_buffer 26 __libc_alloc_buffer_copy_bytes (struct alloc_buffer buf, in __libc_alloc_buffer_copy_bytes()
|
D | alloc_buffer_alloc_array.c | 23 __libc_alloc_buffer_alloc_array (struct alloc_buffer *buf, size_t element_size, in __libc_alloc_buffer_alloc_array()
|
D | Versions | 93 # struct alloc_buffer support
|
D | Makefile | 37 tst-alloc_buffer \
|
/glibc-2.36/include/ |
D | alloc_buffer.h | 98 struct alloc_buffer struct 122 static inline struct alloc_buffer 129 return (struct alloc_buffer) { current, end }; in alloc_buffer_create() 133 struct alloc_buffer __libc_alloc_buffer_allocate (size_t size, void **pptr) 141 struct alloc_buffer alloc_buffer_allocate (size_t size, void **pptr) in alloc_buffer_allocate() 148 alloc_buffer_mark_failed (struct alloc_buffer *buf) in alloc_buffer_mark_failed() 156 alloc_buffer_size (const struct alloc_buffer *buf) in alloc_buffer_size() 163 alloc_buffer_has_failed (const struct alloc_buffer *buf) in alloc_buffer_has_failed() 171 alloc_buffer_add_byte (struct alloc_buffer *buf, unsigned char b) in alloc_buffer_add_byte() 188 alloc_buffer_alloc_bytes (struct alloc_buffer *buf, size_t length) in alloc_buffer_alloc_bytes() [all …]
|
/glibc-2.36/nss/ |
D | nss_test1.c | 154 struct alloc_buffer buf = alloc_buffer_create (buffer, buflen); in copy_passwd() 249 struct alloc_buffer buf = alloc_buffer_create (buffer, buflen); in copy_group() 364 struct alloc_buffer buf = alloc_buffer_create (buffer, buflen); in copy_shadow() 447 struct alloc_buffer buf = alloc_buffer_create (buffer, buflen); in copy_host()
|
/glibc-2.36/posix/ |
D | shm-directory.c | 34 struct alloc_buffer buffer in __shm_get_name()
|
/glibc-2.36/resolv/ |
D | resolv_conf.c | 391 struct alloc_buffer buffer = alloc_buffer_allocate in __resolv_conf_allocate() 521 struct alloc_buffer buffer in update_from_conf()
|
/glibc-2.36/nss/nss_files/ |
D | files-hosts.c | 146 struct alloc_buffer outbuf; in gethostbyname3_multi()
|
/glibc-2.36/time/ |
D | tzfile.c | 267 struct alloc_buffer buf; in __tzfile_read()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.19 | 5526 * include/alloc_buffer.h (alloc_buffer_alloc_bytes): Update 7461 * time/tzfile.c (__tzfile_read): Use struct alloc_buffer and its 30326 * include/alloc_buffer.h: Replace "if if " with "if " in 31536 using dynarrays and struct alloc_buffer.
|
D | ChangeLog.18 | 1572 * malloc/tst-alloc_buffer.c (test_misaligned): Cast to char 1954 * malloc/Makefile (tests-internal): Add tst-alloc_buffer. 1967 * malloc/tst-alloc_buffer.c: Likewise.
|
D | ChangeLog.23 | 31904 [_POSIX_MAPPED_FILES](alloc_buffer.h): Include file.
|