Home
last modified time | relevance | path

Searched refs:unmap_seq (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/src/malloc/mallocng/
H A Dmeta.h55 uint8_t unmap_seq[32], bounces[32]; member
267 for (int i=0; i<32; i++) ctx.unmap_seq[i] = 0; in step_seq()
276 if (sc-7U < 32) ctx.unmap_seq[sc-7] = ctx.seq; in record_seq()
282 int seq = ctx.unmap_seq[sc-7]; in account_bounce()
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmeta.h55 uint8_t unmap_seq[32], bounces[32]; member
267 for (int i=0; i<32; i++) ctx.unmap_seq[i] = 0; in step_seq()
276 if (sc-7U < 32) ctx.unmap_seq[sc-7] = ctx.seq; in record_seq()
282 int seq = ctx.unmap_seq[sc-7]; in account_bounce()

Completed in 2 milliseconds