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

/external/chromium_org/third_party/mesa/src/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);
/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 89 milliseconds