Skip to content
  • Nirbheek Chauhan's avatar
    check: Don't check for malloc/realloc and try to fallback · e60bd6c6
    Nirbheek Chauhan authored
    When malloc is not available, this will set #define malloc rpl_malloc
    which is implemented only inside libcheck, and not everything will link
    to libcheck.
    
    We don't really need to care too much about how malloc is implemented
    and we don't care about platforms that don't implement malloc.
    e60bd6c6