Home
last modified time | relevance | path

Searched refs:REAL_FUNC (Results 1 – 3 of 3) sorted by relevance

/external/platform/pico/rp2_common/pico_malloc/
A Dpico_malloc.c16 extern void *REAL_FUNC(malloc)(size_t size);
17 extern void *REAL_FUNC(calloc)(size_t count, size_t size);
18 extern void *REAL_FUNC(realloc)(void *mem, size_t size);
19 extern void REAL_FUNC(free)(void *mem);
35 void *rc = REAL_FUNC(malloc)(size); in WRAPPER_FUNC()
52 void *rc = REAL_FUNC(calloc)(count, size); in WRAPPER_FUNC()
69 void *rc = REAL_FUNC(realloc)(mem, size); in WRAPPER_FUNC()
86 REAL_FUNC(free)(mem); in WRAPPER_FUNC()
/external/platform/pico/rp2_common/pico_stdio/
A Dstdio.c265 extern int REAL_FUNC(vprintf)(const char *format, va_list va); in WRAPPER_FUNC()
266 ret = REAL_FUNC(vprintf)(format, va); in WRAPPER_FUNC()
/external/platform/pico/rp2_common/pico_platform/include/pico/
A Dplatform.h490 #define REAL_FUNC(x) __real_ ## x macro

Completed in 7 milliseconds