Searched refs:ZALIGN_NONE (Results 1 – 9 of 9) sorted by relevance
| /xnu-8020.101.4/bsd/dev/ |
| H A D | mem.c | 261 devzerobuf = zalloc_permanent(PAGE_SIZE, ZALIGN_NONE); /* zeroed */ in devzerobuf_init()
|
| /xnu-8020.101.4/san/memory/ |
| H A D | kasan_dynamic_blacklist.c | 477 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 D | sysctl.c | 242 brand_string = zalloc_permanent(size, ZALIGN_NONE); in sysctl_load_brand_string()
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | zalloc.h | 943 #define ZALIGN_NONE (sizeof(uint8_t) - 1) macro
|
| H A D | kalloc.c | 1525 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 D | zalloc.c | 8791 char *buf = zalloc_permanent(nsz, ZALIGN_NONE);
|
| /xnu-8020.101.4/bsd/net/ |
| H A D | radix.c | 1263 rn_zeros = zalloc_permanent(3 * max_keylen, ZALIGN_NONE); in rn_init()
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_mib.c | 602 osenvironment = zalloc_permanent(size, ZALIGN_NONE); in sysctl_set_osenvironment()
|
| H A D | uipc_mbuf.c | 1820 mbuf_dump_buf = zalloc_permanent(MBUF_DUMP_BUF_SIZE, ZALIGN_NONE); in mbinit() 8908 ZALIGN_NONE);
|