---
title: OSMalloc_nowait
framework: kernel
role: symbol
role_heading: Function
path: kernel/1398445-osmalloc_nowait
---

# OSMalloc_nowait

Equivalent to OSMalloc_noblock.

## Declaration

```occ
void * OSMalloc_nowait(uint32_t size, OSMallocTag tag);
```

## 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)
- [OSFree](kernel/1398441-osfree.md)
- [bzero](kernel/1579350-bzero.md)
- [bzero_phys](kernel/1593364-bzero_phys.md)
