Changeset 1133 in MondoRescue for branches/stable/mondo/src/include/mr_mem.h


Ignore:
Timestamp:
Feb 11, 2007, 12:02:57 PM (17 years ago)
Author:
Bruno Cornec
Message:

mr_msg used low level with a debug value of 1 (0 doesn't print enough info)
mr_file reviewed to also have low level debug functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/include/mr_mem.h

    r1104 r1133  
    1818
    1919#define mr_free(x) mr_free_int((void **)&x,__LINE__,__FILE__)
    20 #define mr_allocstr(x,y) mr_allocstr_int(x, y,__LINE__,__FILE__)
    21 #define mr_asprintf(x,y,args...) mr_asprintf_int(x,__LINE__,__FILE__, y, ## args)
    22 #define mr_getline(x,y,z) mr_getline_int(x, y,z,__LINE__,__FILE__)
     20#define mr_allocstr(x,y) mr_allocstr_int(x,y,__LINE__,__FILE__)
     21#define mr_asprintf(x,y,args...) mr_asprintf_int(x,__LINE__,__FILE__,y,## args)
     22#define mr_getline(x,y,z) mr_getline_int(x,y,z,__LINE__,__FILE__)
    2323#define mr_malloc(x) mr_malloc_int((size_t)x,__LINE__,__FILE__)
    2424
Note: See TracChangeset for help on using the changeset viewer.