Determine whether a map has been allocated in memory as a single, contiguous block of RAM.
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
bool zmap_IsContiguous(ZMAP hMap);
| Name | Type | Comment |
|---|---|---|
| hMap | ZMAP | A ZMAP handle to a map. |
True if the map is initialised, not a mosaic, and allocated as a contiguous block of memory. False otherwise.
None.