Searched refs:win_heap_malloc (Results 1 – 2 of 2) sorted by relevance
28 void* win_heap_malloc(size_t size) { in win_heap_malloc() function38 return win_heap_malloc(size); in win_heap_realloc()
119 ptr = win_heap_malloc(size); in malloc()