Searched refs:MALLOCLIKE (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dralloc.h101 void *ralloc_size(const void *ctx, size_t size) MALLOCLIKE;
108 void *rzalloc_size(const void *ctx, size_t size) MALLOCLIKE;
188 void *ralloc_array_size(const void *ctx, size_t size, unsigned count) MALLOCLIKE;
198 void *rzalloc_array_size(const void *ctx, size_t size, unsigned count) MALLOCLIKE;
258 char *ralloc_strdup(const void *ctx, const char *str) MALLOCLIKE;
266 char *ralloc_strndup(const void *ctx, const char *str, size_t n) MALLOCLIKE;
321 char *ralloc_asprintf (const void *ctx, const char *fmt, ...) PRINTFLIKE(2, 3) MALLOCLIKE;
331 char *ralloc_vasprintf(const void *ctx, const char *fmt, va_list args) MALLOCLIKE;
H A Dmacros.h134 #define MALLOCLIKE __attribute__((__malloc__)) macro
136 #define MALLOCLIKE macro
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dralloc.h101 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;
H A Dmacros.h186 #define MALLOCLIKE __attribute__((__malloc__)) macro
188 #define MALLOCLIKE macro

Completed in 5 milliseconds