Changes between Version 4 and Version 5 of µRoarD/Depends


Ignore:
Timestamp:
06/16/11 14:59:58 (13 years ago)
Author:
ph3-der-loewe
Comment:

updated memory function stuff

Legend:

Unmodified
Added
Removed
Modified
  • µRoarD/Depends

    v4 v5  
    2323=== Memory/String === 
    2424||= Symbol =||= R/O =||= Used by =||= Comment =|| 
    25 || malloc || R || - || Only used to get buffers of fixed size(muroard_g_abuffer_size) || 
    26 || free || R || - || Used to free malloc()ed buffers || 
     25|| malloc || O || if not MUROARD_MEMMGR_NOUSE_MALLOC || Only used to get buffers of fixed size(muroard_g_abuffer_size) || 
     26|| free || O || if not MUROARD_MEMMGR_NOUSE_MALLOC || Used to free malloc()ed buffers || 
    2727|| memcpy || R || core, MUROAR_FEATURE_CMD_CAPS, MUROAR_FEATURE_SOCKET_INET || - || 
    2828|| memset || R || core, driver_ao, MUROAR_FEATURE_CMD_GET_CLIENT, MUROAR_FEATURE_OPTIMIZE || - || 
    2929|| strncpy || O || MUROAR_FEATURE_SOCKET_UNIX || - || 
    3030|| atoi || O || MUROAR_FEATURE_ARGV || - || 
     31|| mlockall || O || MUROARD_MEMMGR_LOCK_ALL || - || 
    3132 
    3233=== FileSystem ===