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

  /external/mesa3d/src/gallium/auxiliary/util/
u_memory.h 56 #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 47 milliseconds