| /OK3568_Linux_fs/external/mpp/osal/ |
| H A D | mpp_mem.cpp | 137 MppMemNode *frees; member in MppMemService 205 frees(NULL), in MppMemService() 233 os_malloc((void **)&frees, MEM_ALIGN, size); in MppMemService() 234 mpp_assert(frees); in MppMemService() 235 memset(frees, 0xff, size); in MppMemService() 236 add_node(__FUNCTION__, frees, size); in MppMemService() 260 del_node(__FUNCTION__, frees, &size); in ~MppMemService() 280 node = frees; in ~MppMemService() 296 os_free(frees); in ~MppMemService() 412 MppMemNode *tmp = frees; in delay_del_node() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | resize.c | 396 else if (le16_to_cpu(gd->bg_free_bits_count) != input->frees * cl_bpc) in ocfs2_check_new_group() 401 input->frees * cl_bpc); in ocfs2_check_new_group() 432 else if (input->frees > input->clusters) in ocfs2_verify_group_and_input() 510 input->chain, input->clusters, input->frees); in ocfs2_group_add() 550 le32_add_cpu(&cr->c_free, input->frees * cl_bpc); in ocfs2_group_add() 554 (input->clusters - input->frees) * cl_bpc); in ocfs2_group_add()
|
| H A D | ocfs2_ioctl.h | 53 __u32 frees; /* Total free clusters in this group */ member
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | Kconfig.kfence | 64 pages, resulting in spurious use-after-frees. The main purpose of 66 and allocations/frees. A value of 0 disables stress testing logic.
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | dmx-munmap.rst | 42 buffer and frees it, if possible.
|
| H A D | dmx-reqbufs.rst | 64 A ``count`` value of zero frees all buffers, after aborting or finishing
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0086-loader-xnu-Fix-memory-leak.patch | 7 frees it if there curvalue is valid, while it could actually free it
|
| H A D | 0065-disk-ldm-Fix-memory-leak-on-uninserted-lv-references.patch | 9 As we can already see at line 342, which correctly frees lv before going
|
| H A D | 0019-script-Avoid-a-use-after-free-when-redefining-a-func.patch | 14 in use-after-frees when processing subsequent commands in the original
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | func-munmap.rst | 44 buffer and frees it, if possible.
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | kfence.rst | 125 KFENCE also reports on invalid frees, such as double-frees:: 158 These are reported on frees:: 261 first, and the chances of detecting use-after-frees of recently freed objects
|
| /OK3568_Linux_fs/kernel/security/selinux/include/ |
| H A D | avc.h | 41 unsigned int frees; member
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.menu | 69 * menu_destroy() - frees the memory used by a menu and its items.
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | quota.rst | 15 more space/inodes until he frees enough of them to get below softlimit.
|
| H A D | files.rst | 17 a put_files_struct() frees the file descriptor (fd) table.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/libxml/libxml2/ |
| H A D | CVE-2022-40304.patch | 12 double-frees.
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | tagged-pointers.rst | 15 the virtual address ignored by the translation hardware. This frees up
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | protection-keys.rst | 63 Now when it frees the memory, it will also free the pkey since it
|
| H A D | librs.rst | 166 The function free_rs frees the allocated resources, if the caller is
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/ |
| H A D | v4l2-fh.rst | 117 file struct, uninitialised the :c:type:`v4l2_fh` and frees it.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-slab | 73 remote cpu frees. It can be written to clear the current count. 221 object frees if slab debugging is enabled (see 488 The trace file specifies whether object allocations and frees
|
| H A D | sysfs-block-zram | 22 device. The reset operation frees all the memory associated
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | libtraceevent-tseq.txt | 37 The _trace_seq_destroy()_ function destroys the trace sequence _s_ and frees
|
| /OK3568_Linux_fs/kernel/Documentation/infiniband/ |
| H A D | opa_vnic.rst | 125 Manager (EM) and the VNIC netdev. The VNIC netdev part allocates and frees
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20191214.patch.gz | 1# ncurses 6.1 - patch 20191214 - Thomas E. Dickey
2#
3# --- ... |