---
title: ninit_nterm
framework: kernel
role: symbol
role_heading: Instance Property
path: kernel/dylib_module_64/1525918-ninit_nterm
---

# ninit_nterm

Contains both the number of pointers in the module initialization (the low 16 bits) and the number of pointers in the module termination section (the high 16 bits) for this module.

## Declaration

```occ
uint32_t ninit_nterm;
```
