Searched refs:ndbootd_malloc (Results 1 – 1 of 1) sorted by relevance
131 void *ndbootd_malloc _NDBOOTD_P((size_t, size_t));143 ndbootd_malloc(size_t number, size_t size) in ndbootd_malloc() function164 buffer1 = ndbootd_malloc(1, size); in ndbootd_memdup()169 #define ndbootd_new(t, c) ((t *) ndbootd_malloc(c, sizeof(t)))