Searched refs:bytes (Results 1 – 1 of 1) sorted by relevance
42 allocate (size_t bytes) in allocate() argument44 if (!bytes) in allocate()47 void *p = mmap (0x0, bytes, PROT_READ | PROT_WRITE, in allocate()52 return __extension__ (struct Array) {bytes, p}; in allocate()
Completed in 4 milliseconds