Home
last modified time | relevance | path

Searched refs:bounces (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
284 if (ctx.bounces[sc-7]+1 < 100) in account_bounce()
285 ctx.bounces[sc-7]++; in account_bounce()
287 ctx.bounces[sc-7] = 150; in account_bounce()
294 if (sc-7U < 32 && ctx.bounces[sc-7]) in decay_bounces()
295 ctx.bounces[sc-7]--; in decay_bounces()
300 return (sc-7U < 32 && ctx.bounces[sc-7] >= 100); in is_bouncing()
/third_party/musl/porting/linux/user/src/malloc/mallocng/
H A Dmeta.h55 uint8_t unmap_seq[32], bounces[32]; member
284 if (ctx.bounces[sc-7]+1 < 100) in account_bounce()
285 ctx.bounces[sc-7]++; in account_bounce()
287 ctx.bounces[sc-7] = 150; in account_bounce()
294 if (sc-7U < 32 && ctx.bounces[sc-7]) in decay_bounces()
295 ctx.bounces[sc-7]--; in decay_bounces()
300 return (sc-7U < 32 && ctx.bounces[sc-7] >= 100); in is_bouncing()

Completed in 2 milliseconds