Mapping potential pointers to internal structures. More...

Go to the source code of this file.
Functions | |
| static __inline tm_type * | tm_block_to_type (tm_block *b) |
| Returns the tm_type of a tm_block. | |
| static __inline tm_block * | tm_ptr_to_block (char *p) |
| Returns the potential tm_block of a potential pointer. | |
| static __inline tm_node * | tm_pure_ptr_to_node (void *_p) |
| Returns the tm_node of a pointer. | |
| static __inline void * | tm_node_to_ptr (tm_node *n) |
| Returns the data pointer of a tm_node. | |
| static __inline tm_block * | tm_node_to_block (tm_node *n) |
| Returns the tm_block of a tm_node. | |
| static __inline tm_node * | tm_ptr_to_node (void *p) |
| Returns the tm_node of a potential pointer. | |
| static __inline tm_type * | tm_node_to_type (tm_node *n) |
| Returns the tm_type of a tm_node. | |
Mapping potential pointers to internal structures.
Definition in file ptr.h.
1.6.1