Program architecture. i~machine
:
[0x7f8491e94090]>i~machine[1-] AMD x86-64 architecture
Program bits. i~bits
:
[0x7f8491e94090]> i~bits[1]
i~machine
:[0x7f8491e94090]>i~machine[1-] AMD x86-64 architecture
i~bits
:[0x7f8491e94090]> i~bits[1]
/* | |
Get chunk size for a malloc allocation | |
*/ | |
#include <stdio.h> | |
#include <stdlib.h> | |
#define NO_FLAGS ~0x7 | |
int main(int argc, char** argv) { |