Searched refs:memptr (Results 1 – 3 of 3) sorted by relevance
10 int os_malloc(void **memptr, size_t alignment, size_t size) in os_malloc() argument17 *memptr = ptr; in os_malloc()19 *memptr = NULL; in os_malloc()
10 int os_malloc(void **memptr, size_t alignment, size_t size) in os_malloc() argument12 return posix_memalign(memptr, alignment, size); in os_malloc()
13 int os_malloc(void **memptr, size_t alignment, size_t size);