Skip to content
View vgui's full-sized avatar

Block or report vgui

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
vgui/README.md

arena.rs

static ARENA_ID : Mutex Global identificator generator for all 'struct Arena<T>' instances. TODO: Need to wrap to Arc for thread synchronization. Rename to ARENA_ID.

pub struct Arena<T> 'id' is just 'ARENA_ID + = 1' in a 'Arena::new' method. The "heap" field contains the vaalue 'None' placed in the 'freed' field, the value 'Some' is the valid instance of 'Some(T)'. The "freed" field contains the freed heap indexes.

Popular repositories Loading

  1. agg-2.6-lite agg-2.6-lite Public

    Patch based fork of github.com/ghaerr/agg-2.6 without web-site

    C++ 1 2

  2. clipper clipper Public

    Copy of Angus Johnson's The Clipper library ( without svn history ) .

    Pascal 1

  3. antigrain antigrain Public

    Forked from pelson/antigrain

    A read-only mirror of the antigrain SVN repository.

    C++

  4. vaserenderer vaserenderer Public

    Forked from tyt2y3/vaserenderer

    VASE renderer is a polyline and curve renderer on OpenGL.

    C++

  5. agg-2.6 agg-2.6 Public

    Forked from ghaerr/agg-2.6

    AGG Anti-Grain Geometry Library

    C++

  6. kcanvas kcanvas Public

    Forked from livingcreative/kcanvas

    Yet another 2D API abstraction

    C++