> For the complete documentation index, see [llms.txt](https://xeavin.gitbook.io/ff12-lua-loader/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://xeavin.gitbook.io/ff12-lua-loader/memory-save/functions/dealloc-exe.md).

# Dealloc Exe

### Signature

```csharp
u64 deallocExe(u64 address)
```

### Description

Deallocates executable memory within the 32-bit address space.

Returns whether the operation was successful (`>0`) or not (`0`).

### Arguments

#### Address

The starting address of the executable memory to be deallocated.

### Notes

{% hint style="warning" %}
Memory can only be deallocated by the script that allocated it.
{% endhint %}
