Print this page
new smatch

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/smatch/src/allocate.h
          +++ new/usr/src/tools/smatch/src/allocate.h
   1    1  #ifndef ALLOCATE_H
   2    2  #define ALLOCATE_H
   3    3  
        4 +#include "compat.h"
        5 +
   4    6  struct allocation_blob {
   5    7          struct allocation_blob *next;
   6    8          unsigned int left, offset;
   7    9          unsigned char data[];
   8   10  };
   9   11  
  10   12  struct allocator_struct {
  11   13          const char *name;
  12   14          struct allocation_blob *blobs;
  13   15          unsigned int alignment;
↓ open down ↓ 81 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX