ndbootd.c | 131 void *ndbootd_malloc _NDBOOTD_P((size_t, size_t)); 143 ndbootd_malloc(size_t number, size_t size) function in typeref:typename:void * 164 buffer1 = ndbootd_malloc(1, size); 169 #define ndbootd_new(t, c) ((t *) ndbootd_malloc(c, sizeof(t)))
|