Searched defs:os_realloc (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/mpp/osal/windows/ |
| H A D | os_mem.c | 27 int os_realloc(void *src, void **dst, size_t alignment, size_t size) in os_realloc() function
|
| /OK3568_Linux_fs/external/mpp/osal/linux/ |
| H A D | os_mem.c | 26 int os_realloc(void *src, void **dst, size_t alignment, size_t size) in os_realloc() function
|
| /OK3568_Linux_fs/external/mpp/osal/android/ |
| H A D | os_mem.c | 38 int os_realloc(void *src, void **dst, size_t alignment, size_t size) in os_realloc() function
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/cpu/ |
| H A D | os.c | 164 void *os_realloc(void *ptr, size_t length) in os_realloc() function
|