liangti / Squirrel

C++ Library
0 stars 0 forks source link

Memory Allocator Concurrency #1

Open liangti opened 3 years ago

liangti commented 3 years ago

Consider memory allocator in concurrent scenario. Investigate how some current interpreter deal with that.

From my current knowledge:

liangti commented 3 years ago

glib.c: https://sourceware.org/glibc/wiki/MallocInternals