HomeSort by relevance Sort by last modified time
    Searched full:os_free_aligned (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/auxiliary/os/
os_memory_stdc.h 63 #define os_free_aligned(_ptr) free(_ptr) macro
70 #define os_free_aligned(_ptr) _aligned_free(_ptr) macro
os_memory.h 64 os_free_aligned(void *ptr);
os_memory_aligned.h 65 os_free_aligned(void *ptr) function
os_memory_debug.h 80 /* TODO: wrap os_malloc_aligned() and os_free_aligned() too */
  /external/mesa3d/src/gallium/auxiliary/util/
u_memory.h 64 #define align_free(_ptr) os_free_aligned(_ptr)
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_sse.c     [all...]
  /external/mesa3d/docs/
relnotes-7.10.html     [all...]

Completed in 363 milliseconds