mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 21:34:09 +00:00
![Neil Roberts](/assets/img/avatar_default.png)
This implements a growable array of bits called CoglBitmask. The CoglBitmask is intended to be cheap if less than 32 bits are used. If more bits are required it will allocate a GArray. The type is meant to be allocated on the stack but because it can require additional resources it also has a destroy function. http://bugzilla.openedhand.com/show_bug.cgi?id=2132
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%