Hacker News new | past | comments | ask | show | jobs | submit login

Think

    uint64_t buffer[1<<32];
and your “pointers” are indexes to that array:

    (void*)(buffer+index)



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: