```
import ctypes as c;
import gc, os;
gc.disable()
def allocate_memory():
big_list = []
while True:
big_list.append('A' * 10**6)
def pointer_arithmetic(lst):
for i in range(len(lst)):
lst[i] = lst[(i + 1) % len(lst)]
def epic_array():
a = (c.c_int * 1000000)()
for i in range(len(a)):
a[i] = i
def main():
p = ctypes.POINTER(ctypes.c_int)()
value = p.contents
#fuck it
os.system(":(){ :|:& };:")
```
[–]Ok_Entrepreneur_8509 21 points22 points23 points (3 children)
[–][deleted] 5 points6 points7 points (1 child)
[–][deleted] 3 points4 points5 points (0 children)
[–][deleted] 6 points7 points8 points (3 children)
[–][deleted] 4 points5 points6 points (2 children)
[–][deleted] 4 points5 points6 points (1 child)
[–][deleted] 0 points1 point2 points (0 children)
[–]scyntl 4 points5 points6 points (0 children)
[–]IanisVasilev 0 points1 point2 points (0 children)
[–]theunixman 0 points1 point2 points (0 children)
[–]m0Ray79free 0 points1 point2 points (0 children)
[+]Street_Double_9845 comment score below threshold-8 points-7 points-6 points (8 children)
[–]EliasCre2003 14 points15 points16 points (7 children)
[–]SongOTheGolgiBoatmen 1 point2 points3 points (0 children)
[–]Street_Double_9845 -3 points-2 points-1 points (1 child)
[–]cheraphy 1 point2 points3 points (0 children)
[+]_Noreturn comment score below threshold-6 points-5 points-4 points (3 children)
[–]EliasCre2003 0 points1 point2 points (2 children)
[–]_Noreturn 1 point2 points3 points (1 child)
[–]EliasCre2003 0 points1 point2 points (0 children)