Searched refs:size_real (Results 1 – 1 of 1) sorted by relevance
| /rockchip-linux_mpp/osal/ |
| H A D | mpp_mem.c | 645 size_t size_real = (debug & MEM_EXT_ROOM) ? (size_align + 2 * MEM_ALIGN) : (size_align); in MPP_SINGLETON() local 648 os_malloc(&ptr, MEM_ALIGN, size_real); in MPP_SINGLETON() 653 add_log(srv, MEM_MALLOC, caller, NULL, ptr, size, size_real); in MPP_SINGLETON() 685 size_t size_real; in mpp_osal_realloc() local 698 size_real = (debug & MEM_EXT_ROOM) ? (size_align + 2 * MEM_ALIGN) : (size_align); in mpp_osal_realloc() 715 add_log(srv, MEM_REALLOC, caller, ptr, ret_ptr, size, size_real); in mpp_osal_realloc()
|