Searched refs:MALLOCLIKE (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/util/ |
D | ralloc.h | 101 void *ralloc_size(const void *ctx, size_t size) MALLOCLIKE; 108 void *rzalloc_size(const void *ctx, size_t size) MALLOCLIKE; 227 void *ralloc_array_size(const void *ctx, size_t size, unsigned count) MALLOCLIKE; 237 void *rzalloc_array_size(const void *ctx, size_t size, unsigned count) MALLOCLIKE; 320 char *ralloc_strdup(const void *ctx, const char *str) MALLOCLIKE; 328 char *ralloc_strndup(const void *ctx, const char *str, size_t n) MALLOCLIKE; 383 char *ralloc_asprintf (const void *ctx, const char *fmt, ...) PRINTFLIKE(2, 3) MALLOCLIKE; 393 char *ralloc_vasprintf(const void *ctx, const char *fmt, va_list args) MALLOCLIKE;
|
D | macros.h | 135 #define MALLOCLIKE __attribute__((__malloc__)) macro 137 #define MALLOCLIKE macro
|