-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Shawning-Song edited this page Apr 9, 2017
·
1 revision
Welcome to the My-First-Test-Project wiki!
https://www.cs.cmu.edu/afs/cs/academic/class/15213-f10/www/lectures/17-allocation-basic.pdf
http://jultika.oulu.fi/files/nbnfioulu-201302081026.pdf
https://www.research.ibm.com/people/m/michael/pldi-2004.pdf
A constant-time dynamic storage allocator for real-time systems TLSF (two level segregated fit) http://www.gii.upv.es/tlsf/files/jrts2008.pdf
hazard pointers: safe memory reclamation for lock-free objects http://web.cecs.pdx.edu/~walpole/class/cs510/papers/11.pdf
下面两个算法比较容易看懂,但没有考虑多进程共享时,进程异常退出的场景
non-blocking binary search trees https://pdfs.semanticscholar.org/00b3/ebd315991e5b5f4e6beec2e1488281368028.pdf
http://people.csail.mit.edu/shanir/publications/Split-Ordered_Lists.pdf