VSTa manual pages  - HASH_DEALLOC (3)

NAME

hash_dealloc - free up entire hash structure

CONTENTS

Synopsis
Description
See Also

SYNOPSIS

#include <hash.h>
void hash_dealloc(struct hash *h);

DESCRIPTION

The hash_dealloc() function free’s up the the memory of a hash data structure with all it’s nodes.

SEE ALSO

hash_alloc(3), hash_insert(3), hash_delete(3), hash_lookup(3), hash_foreach(3), hash_size(3)


HASH_DEALLOC (3)
Generated by manServer 1.06 from hash_dealloc.3 using man macros.