Searched refs:__malloc_like_with_free (Results 1 – 2 of 2) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | stdio.h | 304 FILE *fopen(const char *path, const char *mode) __malloc_like_with_free(fclose, 1); 306 FILE *fdopen(int, const char *) __malloc_like_with_free(fclose, 1); 307 FILE *fmemopen(void *buf, size_t size, const char *mode) __malloc_like_with_free(fclose, 1);
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/ |
D | cdefs.h | 365 # define __malloc_like_with_free(_f,_a) __attribute__((__malloc__, __malloc__(_f,_a))) macro 367 # define __malloc_like_with_free(_f,_a) __attribute__((__malloc__)) macro 371 #define __malloc_like_with_free(free,free_arg) macro 375 #define __malloc_like __malloc_like_with_free(free, 1)
|