Searched refs:pointer (Results 1 – 1 of 1) sorted by relevance
91 void* pointer; in bs_malloc() local92 pointer = malloc(size); in bs_malloc()93 if (pointer == NULL) { in bs_malloc()96 return pointer; in bs_malloc()114 void* pointer; in bs_calloc() local115 pointer = calloc(nmemb, size); in bs_calloc()116 if (pointer == NULL) { in bs_calloc()119 return pointer; in bs_calloc()