tcache_perthread_struct

msh1307·2022년 11월 30일
0

etc

목록 보기
7/21


0x290 크기로 할당된 청크에 tcache_perthread_struct가 있다.

typedef struct tcache_perthread_struct
{
  uint16_t counts[TCACHE_MAX_BINS];
  tcache_entry *entries[TCACHE_MAX_BINS];
} tcache_perthread_struct;

tcache_perthread_struct는 위와 같다.

profile
https://msh1307.kr

0개의 댓글