Searched defs:objsize (Results 1 – 14 of 14) sorted by relevance
/dflybsd-src/sys/sys/ |
H A D | objcache.h | 89 size_t objsize; member
|
H A D | sysref.h | 80 int objsize; /* size of the resource structure */ member
|
H A D | _malloc.h | 67 __size_t objsize; /* copied from malloc_type */ member
|
H A D | malloc.h | 185 #define kmalloc_create_obj(typep, descr, objsize) \ argument
|
/dflybsd-src/sys/kern/ |
H A D | kern_objcache.c | 378 objcache_create_simple(malloc_type_t mtype, size_t objsize) in objcache_create_simple() 394 objcache_create_mbacked(malloc_type_t mtype, size_t objsize, in objcache_create_mbacked()
|
H A D | kern_slaballoc.c | 601 size_t objsize) in _kmalloc_create_obj()
|
/dflybsd-src/sys/net/netmap/ |
H A D | netmap_freebsd.c | 314 vm_size_t objsize = ap->a_size; in netmap_mmap_single() local
|
H A D | netmap_mem2.c | 476 netmap_config_obj_allocator(struct netmap_obj_pool *p, u_int objtotal, u_int objsize) in netmap_config_obj_allocator()
|
/dflybsd-src/crypto/libressl/crypto/asn1/ |
H A D | a_object.c | 610 int objsize; in i2d_ASN1_OBJECT() local
|
/dflybsd-src/sys/vm/ |
H A D | vm_mmap.c | 1214 off_t objsize; in vm_mmap() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gimple-ssa-sprintf.c | 1041 unsigned HOST_WIDE_INT objsize; member 3806 unsigned HOST_WIDE_INT objsize = HOST_WIDE_INT_M1U; in handle_gimple_call() local
|
H A D | builtins.c | 3929 check_strncat_sizes (tree exp, tree objsize) in check_strncat_sizes() 9963 tree objsize = NULL_TREE; in maybe_emit_chk_warning() local
|
H A D | gimple-fold.c | 4183 tree objsize = gimple_call_arg (stmt, 2); in gimple_fold_call() local
|
/dflybsd-src/usr.sbin/makefs/hammer2/ |
H A D | hammer2_compat.h | 80 #define kmalloc_create_obj(typep, descr, objsize) do{}while(0) argument
|