Searched defs:allocate_bytes (Results 1 – 2 of 2) sorted by relevance
119 auto allocate_bytes = static_cast<int32_t>(bytes + alignment); in AllocMem() local
35 def allocate_bytes(size): function