Home | History | Annotate | Download | only in main

Lines Matching refs:BYTES

52 /** Allocate \p BYTES bytes */
53 #define MALLOC(BYTES) malloc(BYTES)
54 /** Allocate and zero \p BYTES bytes */
55 #define CALLOC(BYTES) calloc(1, BYTES)
71 * Both pointers/offsets are expressed in bytes.
540 _mesa_align_malloc( size_t bytes, unsigned long alignment );
543 _mesa_align_calloc( size_t bytes, unsigned long alignment );