OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MALLOCLIKE
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/util/
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
;
macros.h
186
#define
MALLOCLIKE
__attribute__((__malloc__))
188
#define
MALLOCLIKE
/xsrc/external/mit/MesaLib.old/dist/src/util/
ralloc.h
101
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
;
macros.h
134
#define
MALLOCLIKE
__attribute__((__malloc__))
136
#define
MALLOCLIKE
Completed in 7 milliseconds
Indexes created Sat Jul 25 00:23:55 UTC 2026