Searched refs:pointer (Results 1 – 1 of 1) sorted by relevance
95 void* pointer; in bs_malloc() local96 pointer = malloc(size); in bs_malloc()97 if (pointer == NULL) { in bs_malloc()100 return pointer; in bs_malloc()118 void* pointer; in bs_calloc() local119 pointer = calloc(nmemb, size); in bs_calloc()120 if (pointer == NULL) { in bs_calloc()123 return pointer; in bs_calloc()