addAllocList method
Adds a list of pointers to the list of allocated pointers.
Implementation
void addAllocList(List<Pointer> args) {
_allocated.addAll(args);
}
Adds a list of pointers to the list of allocated pointers.
void addAllocList(List<Pointer> args) {
_allocated.addAll(args);
}