Package: glib

Type g-size

Details

An unsigned integer type of the result of the sizeof operator, corresponding to the size_t type defined in C99. This type is wide enough to hold the numeric value of a pointer, so it is usually 32 bit wide on a 32 bit platform and 64 bit wide on a 64 bit platform. Values of this type can range from 0 to G_MAXSIZE.
 

See also

2021-12-10