Searched refs:malloc_buffer (Results 1 – 1 of 1) sorted by relevance
43 struct malloc_buffer struct52 static inline struct malloc_buffer * argument53 malloc_buffer(struct pb_buffer *buf) in malloc_buffer() function59 return (struct malloc_buffer *)buf; in malloc_buffer()66 align_free(malloc_buffer(buf)->data); in malloc_buffer_destroy()76 return malloc_buffer(buf)->data; in malloc_buffer_map()130 struct malloc_buffer *buf; in pb_malloc_buffer_create()134 buf = CALLOC_STRUCT(malloc_buffer); in pb_malloc_buffer_create()