Go to the documentation of this file. 1 #ifndef PH_HEAPSTRUCT_H
2 #define PH_HEAPSTRUCT_H
11 #define HEAP_SEGMENT_SIGNATURE 0xffeeffee
65 #define HEAP_SEGMENT_MAX_SIZE \
66 (max(sizeof(HEAP_SEGMENT), max(sizeof(HEAP_SEGMENT_OLD), \
67 max(sizeof(HEAP_SEGMENT32), sizeof(HEAP_SEGMENT_OLD32)))))