---
title: size_t
framework: kernel
role: symbol
role_heading: Type Alias
path: kernel/size_t
---

# size_t

## Declaration

```occ
typedef typeof (sizeof(int)) size_t;
```
