OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fb_group_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc/dist/include/jemalloc/internal/
fb.h
12
typedef unsigned long
fb_group_t
;
typedef
18
fb_init(
fb_group_t
*fb, size_t nbits) {
20
memset(fb, 0, ngroups * sizeof(
fb_group_t
));
24
fb_empty(
fb_group_t
*fb, size_t nbits) {
35
fb_full(
fb_group_t
*fb, size_t nbits) {
40
if (fb[i] != ~(
fb_group_t
)0) {
47
return fb[ngroups - 1] == ((
fb_group_t
)1 << trailing_bits) - 1;
51
fb_get(
fb_group_t
*fb, size_t nbits, size_t bit) {
55
return (bool)(fb[group_ind] & ((
fb_group_t
)1 << bit_ind));
59
fb_set(
fb_group_t
*fb, size_t nbits, size_t bit)
[
all
...]
/src/external/bsd/jemalloc/include/jemalloc/internal/
fb.h
12
typedef unsigned long
fb_group_t
;
typedef
18
fb_init(
fb_group_t
*fb, size_t nbits) {
20
memset(fb, 0, ngroups * sizeof(
fb_group_t
));
24
fb_empty(
fb_group_t
*fb, size_t nbits) {
35
fb_full(
fb_group_t
*fb, size_t nbits) {
40
if (fb[i] != ~(
fb_group_t
)0) {
47
return fb[ngroups - 1] == ((
fb_group_t
)1 << trailing_bits) - 1;
51
fb_get(
fb_group_t
*fb, size_t nbits, size_t bit) {
55
return (bool)(fb[group_ind] & ((
fb_group_t
)1 << bit_ind));
59
fb_set(
fb_group_t
*fb, size_t nbits, size_t bit)
[
all
...]
Completed in 60 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026