• Show log

    Commit

  • Hash : 645db217
    Author : Eddy Jansson
    Date : 2022-04-29T14:06:05

    log: Use malloc for long messages.
    
    For short messages, use a stack buffer that is
    significantly smaller than SDL_MAX_LOG_MESSAGE.
    
    The rationale for this is that we don't want to risk
    blowing the stack, while at the same time we would
    like to not put pressure on the memory allocator unless
    absolutely necessary.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags