---
title: bzero_phys
framework: kernel
role: symbol
role_heading: Function
path: kernel/1593364-bzero_phys
---

# bzero_phys

## Declaration

```occ
void bzero_phys(addr64_t phys_address, uint32_t length);
```

## See Also

### Memory

- [OSMalloc](kernel/1398447-osmalloc.md)
- [OSMalloc_Tagalloc](kernel/1398437-osmalloc_tagalloc.md)
- [OSMalloc_Tagfree](kernel/1398439-osmalloc_tagfree.md)
- [OSMalloc_noblock](kernel/1398431-osmalloc_noblock.md)
- [OSMalloc_nowait](kernel/1398445-osmalloc_nowait.md)
- [OSFree](kernel/1398441-osfree.md)
- [bzero](kernel/1579350-bzero.md)
