---
title: getAGPRangeAllocator
framework: kernel
role: pseudoSymbol
path: kernel/ioagpdevice/1811894-getagprangeallocator
---

# getAGPRangeAllocator

Accessor to obtain the AGP range allocator.

## Declaration

```occ
virtual IORangeAllocator * getAGPRangeAllocator(
 void ); 
```

## Return Value

Return Value Returns a pointer to the range allocator for the AGP space.

## Overview

Overview To allocate ranges in AGP space, obtain a range allocator for the space with this method. It is retained while the space is created (until destroyAGPSpace is called) and should not be released by the caller.

## See Also

### Miscellaneous

- [commitAGPMemory](kernel/ioagpdevice/1811820-commitagpmemory.md)
- [createAGPSpace](kernel/ioagpdevice/1811842-createagpspace.md)
- [destroyAGPSpace](kernel/ioagpdevice/1811870-destroyagpspace.md)
- [getAGPSpace](kernel/ioagpdevice/1811914-getagpspace.md)
- [getAGPStatus](kernel/ioagpdevice/1811928-getagpstatus.md)
- [releaseAGPMemory](kernel/ioagpdevice/1811943-releaseagpmemory.md)
