이번 강의에서는 ptmalloc2의 주요 객체들과 이들을 이용하여 메모리를 관리하는 메커니즘들에 대해 알아봅니다. 강의에서 배우는 주요 개념은 다음과 같습니다.
키워드 |
---|
• Memory Allocator • ptmalloc(pthread memory-allocation) • 청크(Chunk) • bins • arena • tcache |
이번 강의에서는 ptmalloc2의 주요 객체들과 이들을 이용하여 메모리를 관리하는 메커니즘들에 대해 알아봅니다. 강의에서 배우는 주요 개념은 다음과 같습니다.
키워드 |
---|
• Memory Allocator • ptmalloc(pthread memory-allocation) • 청크(Chunk) • bins • arena • tcache |