Advertisement
BenTibnam

100% RAM Utilization

Jun 7th, 2023
913
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.11 KB | Source Code | 0 0
  1. #include <stdlib.h>
  2.  
  3. int main(void)
  4. {
  5.     while (1)
  6.     {
  7.         void *v = malloc(INT_MAX);
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement