Home
last modified time | relevance | path

Searched refs:size_real (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_mem.cpp644 size_t size_real = (debug & MEM_EXT_ROOM) ? (size_align + 2 * MEM_ALIGN) : in mpp_osal_malloc() local
648 os_malloc(&ptr, MEM_ALIGN, size_real); in mpp_osal_malloc()
652 service.add_log(MEM_MALLOC, caller, NULL, ptr, size, size_real); in mpp_osal_malloc()
689 size_t size_real = (debug & MEM_EXT_ROOM) ? (size_align + 2 * MEM_ALIGN) : in mpp_osal_realloc() local
707 service.add_log(MEM_REALLOC, caller, ptr, ret_ptr, size, size_real); in mpp_osal_realloc()
/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Dmemory.c379 size_t size_real = npages * PAGE_SIZE; in snd_emu10k1_alloc_pages_maybe_wider() local
385 if (size_real < size + 1024) in snd_emu10k1_alloc_pages_maybe_wider()