Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_buffer_malloc.c43 struct malloc_buffer struct
52 static INLINE struct malloc_buffer * argument
53 malloc_buffer(struct pb_buffer *buf) in malloc_buffer() function
59 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()
/external/avahi/avahi-compat-libdns_sd/
Dtxt.c35 uint8_t *buffer, *malloc_buffer; member
63 t->malloc_buffer = NULL; in TXTRecordCreate()
82 avahi_free(t->malloc_buffer); in TXTRecordDeallocate()
103 if (!(n = avahi_realloc(t->malloc_buffer, nsize))) in make_sure_fits_in()
106 if (!t->malloc_buffer && t->size) in make_sure_fits_in()
109 t->buffer = t->malloc_buffer = n; in make_sure_fits_in()