Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/dev/
H A Dmem.c261 devzerobuf = zalloc_permanent(PAGE_SIZE, ZALIGN_NONE); /* zeroed */ in devzerobuf_init()
/xnu-10063.101.15/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-10063.101.15/bsd/dev/arm64/
H A Dsysctl.c245 brand_string = zalloc_permanent(size, ZALIGN_NONE); in sysctl_load_brand_string()
/xnu-10063.101.15/osfmk/kern/
H A Dkalloc.c385 z_name = zalloc_permanent(len + 1, ZALIGN_NONE); in kalloc_zone_init()
1508 z_name = zalloc_permanent(MAX_ZONE_NAME, ZALIGN_NONE); in kalloc_type_create_zone_for_size()
1524 z_name = zalloc_permanent(MAX_ZONE_NAME, ZALIGN_NONE); in kalloc_type_create_zone_for_size()
H A Dzalloc.h1091 #define ZALIGN_NONE (sizeof(uint8_t) - 1) macro
H A Dzalloc.c9477 char *buf = zalloc_permanent(nsz, ZALIGN_NONE);
/xnu-10063.101.15/bsd/net/
H A Dradix.c1275 rn_zeros = zalloc_permanent(3 * max_keylen, ZALIGN_NONE); in rn_init()
/xnu-10063.101.15/bsd/kern/
H A Dkern_mib.c674 osenvironment = zalloc_permanent(size, ZALIGN_NONE); in sysctl_set_osenvironment()
H A Duipc_mbuf.c2516 mbuf_dump_buf = zalloc_permanent(MBUF_DUMP_BUF_SIZE, ZALIGN_NONE); in mbinit()
10007 ZALIGN_NONE);