Searched defs:MALLOC (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/sys/sys/ |
| D | malloc.h | 405 #define MALLOC(space, cast, size, type, flags) \ macro 410 #define MALLOC(space, cast, size, type, flags) do { \ macro
|
| /mirbsd/src/usr.bin/vi/common/ |
| D | mem.h | 140 #define MALLOC(sp, p, cast, size) { \ macro
|
| /mirbsd/src/usr.bin/yacc/ |
| D | defs.h | 143 #define MALLOC(n) (malloc((unsigned)(n))) macro
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | wince-stub.c | 31 #define MALLOC(n) (void *) LocalAlloc (LMEM_MOVEABLE | LMEM_ZEROINIT, (UINT)(n)) macro
|
| /mirbsd/src/lib/libc/stdlib/ |
| D | strtod.c | 140 #define MALLOC malloc macro
|
| /mirbsd/src/usr.sbin/route6d/ |
| D | route6d.c | 277 #define MALLOC(type) ((type *)malloc(sizeof(type))) macro
|
| /mirbsd/src/lib/libexpat/lib/ |
| D | xmlparse.c | 547 #define MALLOC(s) (parser->m_mem.malloc_fcn((s))) macro
|