Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/dev/
H A Dmem.c261 devzerobuf = zalloc_permanent(PAGE_SIZE, ZALIGN_NONE); /* zeroed */ in devzerobuf_init()
/xnu-12377.41.6/san/memory/
H A Dkasan_dynamic_denylist.c477 char *s = zalloc_permanent(sz, ZALIGN_NONE); in add_denylist_entry()
486 char *s = zalloc_permanent(sz, ZALIGN_NONE); in add_denylist_entry()
/xnu-12377.41.6/bsd/dev/arm64/
H A Dsysctl.c249 brand_string = zalloc_permanent(size, ZALIGN_NONE); in sysctl_load_brand_string()
/xnu-12377.41.6/osfmk/kern/
H A Dkalloc.c407 z_name = zalloc_permanent(len + 1, ZALIGN_NONE); in kalloc_zone_init()
1625 z_name = zalloc_permanent(MAX_ZONE_NAME, ZALIGN_NONE); in kalloc_type_create_zone_for_size()
1641 z_name = zalloc_permanent(MAX_ZONE_NAME, ZALIGN_NONE); in kalloc_type_create_zone_for_size()
H A Dzalloc.h1124 #define ZALIGN_NONE (sizeof(uint8_t) - 1) macro
H A Dzalloc.c8990 char *buf = zalloc_permanent(nsz, ZALIGN_NONE);
/xnu-12377.41.6/bsd/kern/
H A Dkern_mib.c687 osenvironment = zalloc_permanent(size, ZALIGN_NONE); in sysctl_set_osenvironment()
H A Duipc_mbuf_mcache.c1229 mbuf_dump_buf = zalloc_permanent(MBUF_DUMP_BUF_SIZE, ZALIGN_NONE); in mbinit()
6102 ZALIGN_NONE);
/xnu-12377.41.6/iokit/Kernel/
H A DIOPMrootDomain.cpp1445 jetsam_properties_product_type_string = (char *) zalloc_permanent(size, ZALIGN_NONE); in sysctl_load_jetsam_properties_product_type()