allocate method
void
allocate(
- RaylibTemp<
RaylibBase> temp, - MemoryPointer<
RType> p, - String key, {
- int count = 1,
- bool raw = false,
override
Implementation
@override
void allocate(RaylibTemp temp, MemoryPointer p, String key, {int count = 1, bool raw = false}) {
codec.allocate(temp, p.offsetBy(offset), key, count: count, raw: raw);
}