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

/external/mesa3d/src/mesa/main/
H A Dimports.c85 _mesa_align_malloc(size_t bytes, unsigned long alignment) function
120 * Same as _mesa_align_malloc(), but using calloc(1, ) instead of
129 mem = _mesa_align_malloc(bytes, alignment);
169 * Free memory which was allocated with either _mesa_align_malloc()
201 void *newBuf = _mesa_align_malloc(newSize, alignment);

Completed in 177 milliseconds