IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2016, 5:44:25 AM (10 years ago)
Author:
eugene
Message:

add a realloc counter to the memblock (in dummy slot); test realloc did not mess up endblocks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20160226/src/libohana/include/ohana_allocate.h

    r39324 r39415  
    1313  int line;                   // line (re)allocated
    1414  int freed;                  // memory has been freed
    15   int dummy;                  // need to put endblock on the endpost
     15  int Nalloc;                 // need to put endblock on the endpost
    1616  uint32_t endblock;          // endpost marker
    1717} OhanaMemblock;
Note: See TracChangeset for help on using the changeset viewer.