Lines Matching refs:alloc_buffer
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()
246 __alloc_buffer_alloc (struct alloc_buffer *buf, size_t size, size_t align) in __alloc_buffer_alloc()
280 __alloc_buffer_next (struct alloc_buffer *buf, size_t align) in __alloc_buffer_next()
332 void * __libc_alloc_buffer_alloc_array (struct alloc_buffer *buf,
349 struct alloc_buffer __libc_alloc_buffer_copy_bytes (struct alloc_buffer,
357 alloc_buffer_copy_bytes (struct alloc_buffer *buf, const void *src, size_t size) in alloc_buffer_copy_bytes()
363 struct alloc_buffer __libc_alloc_buffer_copy_string (struct alloc_buffer,
371 alloc_buffer_copy_string (struct alloc_buffer *buf, const char *src) in alloc_buffer_copy_string()