is_type
Description:
[
Version ( since =
"1.2" ) ]
public bool is_type (
string mem_type)
Check if this if allocated with an allocator for mem_type.
Parameters:
| this |
a Memory
|
| mem_type |
a memory type
|
Returns:
|
true if this was allocated from an allocator for mem_type
.
|