20 lines
583 B
C
20 lines
583 B
C
/* THIS FILE IS AUTO GENERATED. PLEASE DO NOT EDIT.
|
|
*
|
|
* This header file provides macros for the offsets of various structure
|
|
* members. These offset macros are primarily intended to be used in
|
|
* assembly code.
|
|
*/
|
|
|
|
#ifndef __GEN_HEAP_CONSTANTS_H__
|
|
#define __GEN_HEAP_CONSTANTS_H__
|
|
|
|
#define ___z_heap_struct_SIZEOF 0x10
|
|
#define ___z_heap_bucket_SIZEOF 0x4
|
|
#define ___z_heap_chunk_unit_SIZEOF 0x8
|
|
#define ___z_heap_hdr_SIZEOF 0x4
|
|
#define ___z_heap_ftr_SIZEOF 0x4
|
|
#define ___z_heap_trailer_SIZEOF 0x0
|
|
#define ___z_heap_min_chunk_SIZEOF 0x1
|
|
|
|
#endif /* __GEN_HEAP_CONSTANTS_H__ */
|