Home
last modified time | relevance | path

Searched refs:rear (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
Drandom.c413 int rear; in setstate() local
420 rear = (int)(new_state[0] / MAX_TYPES); in setstate()
443 rptr = &state[rear]; in setstate()
444 fptr = &state[(rear + rand_sep) % rand_deg]; in setstate()
/bionic/libc/malloc_debug/
DREADME_marshmallow_and_earlier.md81 as a rear guard). This buffer is filled with the pattern (0xbb).
DREADME.md73 ### rear\_guard[=SIZE\_BYTES]
76 On first allocation, this rear guard is written with a specific pattern (0xbb).
78 modified. If any part of the rear guard is modified, an error will be reported
94 Enables both a front guard and a rear guard on all allocations.