HomeSort by relevance Sort by last modified time
    Searched defs:MALLOC_STRUCT (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_memory.h 56 #define MALLOC_STRUCT(T) (struct T *) MALLOC(sizeof(struct T))
  /external/mesa3d/src/gallium/auxiliary/util/
u_memory.h 56 #define MALLOC_STRUCT(T) (struct T *) MALLOC(sizeof(struct T))
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 57 #define MALLOC_STRUCT(T) (struct T *) malloc(sizeof(struct T))
  /external/mesa3d/src/mesa/main/
imports.h 57 #define MALLOC_STRUCT(T) (struct T *) malloc(sizeof(struct T))

Completed in 197 milliseconds