Tech - Operating System
Posted at 2022-04-22Updated at 2022-04-22 interview interview tech
Q & A of Operating System.
Q: The difference between the process, the thread and the coroutine. A:
Q: Thead Modeling of Linux[1][2]? A:
Q: Multithreading, lock? A:
Q: Describe the process of memory allocation (malloc) [3][4]. A:
【译】Linux 线程模型比较:LinuxThreads 和 NPTL ↩︎
Linux历史上线程的3种实现模型 ↩︎
浅析动态内存分配及Malloc/free的实现 ↩︎
你真的理解内存分配吗? ↩︎
Previous post: Tech - MongoDB Next post: Tech - Outline