view src/parallel_execution/verifier/llrbContextWithVerifier.h @ 284:e6bc0a4c2c36

generate C_start_code and C_exit_code
author mir3636
date Sun, 05 Feb 2017 19:08:22 +0900
parents src/llrb/verifier/llrbContextWithVerifier.h@12d8e3c8976d
children
line wrap: on
line source

#include "llrbContext.h"

unsigned int min_height(struct Node* node, unsigned int height);
unsigned int max_height(struct Node* node, unsigned int height);
void verify_tree_height(struct Node* root);