diff options
| author | zhangyang <[email protected]> | 2023-11-13 07:05:38 +0000 |
|---|---|---|
| committer | zhangyang <[email protected]> | 2023-11-13 07:05:38 +0000 |
| commit | bcf6aa181e1b843416324e12a9e9cbadd31740be (patch) | |
| tree | c6ab143e93f7dbeb7537bf9f419c11b1560f06a8 /helloworld.c | |
| parent | 0c565496afd9867de31a2568f803ec2bead8121d (diff) | |
hugePage
Diffstat (limited to 'helloworld.c')
| -rw-r--r-- | helloworld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helloworld.c b/helloworld.c index 7386f84..1416d5a 100644 --- a/helloworld.c +++ b/helloworld.c @@ -3,7 +3,7 @@ #include <unistd.h> #include <string.h> -#define NUM_VARS 256 +#define NUM_VARS 2049 int main() { |
