Home
last modified time | relevance | path

Searched refs:ZALIGN_NONE (Results 1 – 9 of 9) sorted by relevance

/xnu-8020.101.4/bsd/dev/
H A Dmem.c261 devzerobuf = zalloc_permanent(PAGE_SIZE, ZALIGN_NONE); /* zeroed */ in devzerobuf_init()
/xnu-8020.101.4/san/memory/
H A Dkasan_dynamic_blacklist.c477 char *s = zalloc_permanent(sz, ZALIGN_NONE); in add_blacklist_entry()
486 char *s = zalloc_permanent(sz, ZALIGN_NONE); in add_blacklist_entry()
/xnu-8020.101.4/bsd/dev/arm64/
H A Dsysctl.c242 brand_string = zalloc_permanent(size, ZALIGN_NONE); in sysctl_load_brand_string()
/xnu-8020.101.4/osfmk/kern/
H A Dzalloc.h943 #define ZALIGN_NONE (sizeof(uint8_t) - 1) macro
H A Dkalloc.c1525 char *z_name = zalloc_permanent(MAX_ZONE_NAME, ZALIGN_NONE); in kalloc_type_create_zone_for_size()
1699 char *z_name = zalloc_permanent(MAX_ZONE_NAME, ZALIGN_NONE); in kalloc_type_create_zones_var()
H A Dzalloc.c8791 char *buf = zalloc_permanent(nsz, ZALIGN_NONE);
/xnu-8020.101.4/bsd/net/
H A Dradix.c1263 rn_zeros = zalloc_permanent(3 * max_keylen, ZALIGN_NONE); in rn_init()
/xnu-8020.101.4/bsd/kern/
H A Dkern_mib.c602 osenvironment = zalloc_permanent(size, ZALIGN_NONE); in sysctl_set_osenvironment()
H A Duipc_mbuf.c1820 mbuf_dump_buf = zalloc_permanent(MBUF_DUMP_BUF_SIZE, ZALIGN_NONE); in mbinit()
8908 ZALIGN_NONE);