Home
last modified time | relevance | path

Searched refs:memptr (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/osal/android/
H A Dos_mem.c10 int os_malloc(void **memptr, size_t alignment, size_t size) in os_malloc() argument
17 *memptr = ptr; in os_malloc()
19 *memptr = NULL; in os_malloc()
/rockchip-linux_mpp/osal/linux/
H A Dos_mem.c10 int os_malloc(void **memptr, size_t alignment, size_t size) in os_malloc() argument
12 return posix_memalign(memptr, alignment, size); in os_malloc()
/rockchip-linux_mpp/osal/
H A Dos_mem.h13 int os_malloc(void **memptr, size_t alignment, size_t size);