Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/dev/
H A Dmem.c261 devzerobuf = zalloc_permanent(PAGE_SIZE, ZALIGN_NONE); /* zeroed */ in devzerobuf_init()
/xnu-8019.80.24/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-8019.80.24/bsd/dev/arm64/
H A Dsysctl.c242 brand_string = zalloc_permanent(size, ZALIGN_NONE); in sysctl_load_brand_string()
/xnu-8019.80.24/osfmk/kern/
H A Dzalloc.h715 #define ZALIGN_NONE (sizeof(uint8_t) - 1) macro
H A Dkalloc.c1212 char *z_name = zalloc_permanent(MAX_ZONE_NAME, ZALIGN_NONE); in kalloc_type_create_zone_for_size()
H A Dzalloc.c8022 char *buf = zalloc_permanent(nsz, ZALIGN_NONE);
/xnu-8019.80.24/bsd/kern/
H A Dkern_mib.c602 osenvironment = zalloc_permanent(size, ZALIGN_NONE); in sysctl_set_osenvironment()
H A Duipc_mbuf.c1819 mbuf_dump_buf = zalloc_permanent(MBUF_DUMP_BUF_SIZE, ZALIGN_NONE); in mbinit()
8851 ZALIGN_NONE);