Lines Matching defs:ret
144 … int ret = GetParameter("persist.hiviewdfx.profiler.mem.filter", "", paramOutBuf, paramBufferLen); in ohos_malloc_hook_on_start() local
205 void* ret = nullptr; in hook_malloc() local
477 size_t ret = 0; in hook_malloc_usable_size() local
567 void* ret = nullptr; in hook_mmap() local
637 int ret = -1; in hook_munmap() local
710 int ret = -1; in hook_prctl() local
758 void* ret = hook_malloc(GetDispatch()->malloc, size); in ohos_malloc_hook_malloc() local
766 void* ret = hook_realloc(GetDispatch()->realloc, ptr, size); in ohos_malloc_hook_realloc() local
774 void* ret = hook_calloc(GetDispatch()->calloc, number, size); in ohos_malloc_hook_calloc() local
782 void* ret = hook_valloc(GetDispatch()->valloc, size); in ohos_malloc_hook_valloc() local
797 void* ret = hook_memalign(GetDispatch()->memalign, alignment, bytes); in ohos_malloc_hook_memalign() local
805 size_t ret = hook_malloc_usable_size(GetDispatch()->malloc_usable_size, mem); in ohos_malloc_hook_malloc_usable_size() local
829 void* ret = hook_mmap(GetDispatch()->mmap, addr, length, prot, flags, fd, offset); in ohos_malloc_hook_mmap() local
837 int ret = hook_munmap(GetDispatch()->munmap, addr, length); in ohos_malloc_hook_munmap() local
874 bool ohos_set_filter_size(size_t size, void* ret) in ohos_set_filter_size()