Searched defs:malloc_buffer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer_malloc.c43 struct malloc_buffer struct
52 static INLINE struct malloc_buffer *
53 malloc_buffer(struct pb_buffer *buf) function
59 return (struct malloc_buffer *)buf;
66 align_free(malloc_buffer(buf)->data);
76 return malloc_buffer(buf)->data;
130 struct malloc_buffer *buf;
134 buf = CALLOC_STRUCT(malloc_buffer);
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer_malloc.c43 struct malloc_buffer struct
52 static INLINE struct malloc_buffer *
53 malloc_buffer(struct pb_buffer *buf) function
59 return (struct malloc_buffer *)buf;
66 align_free(malloc_buffer(buf)->data);
76 return malloc_buffer(buf)->data;
130 struct malloc_buffer *buf;
134 buf = CALLOC_STRUCT(malloc_buffer);

Completed in 337 milliseconds