Subversion Repositories Kolibri OS

Rev

Rev 4874 | Rev 6099 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4874 Rev 6068
Line 548... Line 548...
548
/* Check if p has its pinuse bit on */
548
/* Check if p has its pinuse bit on */
549
#define ok_pinuse(p)     pinuse(p)
549
#define ok_pinuse(p)     pinuse(p)
Line 550... Line 550...
550
 
550
 
551
#define CORRUPTION_ERROR_ACTION(m)                             \
551
#define CORRUPTION_ERROR_ACTION(m)                             \
552
        do {                                                   \
552
        do {                                                   \
553
            printf("%s malloc heap corrupted\n",__FUNCTION__); \
553
            /*printf("%s malloc heap corrupted\n",__FUNCTION__); */\
554
            __asm__("int3");                                   \
554
            __asm__("int3");                                   \
Line 555... Line 555...
555
        }while(0)                                              \
555
        }while(0)                                              \
556
 
556
 
557
 
557
 
558
#define USAGE_ERROR_ACTION(m, p)                               \
558
#define USAGE_ERROR_ACTION(m, p)                               \
559
        do {                                                   \
559
        do {                                                   \
Line 560... Line 560...
560
            printf("%s malloc heap corrupted\n",__FUNCTION__); \
560
            /*printf("%s malloc heap corrupted\n",__FUNCTION__); */\