comparison PrivateHash.c @ 14:5b89d57e5d10

added .brch__VMS__malloc_brch which has purpose of the brch
author Me@portablequad
date Sat, 11 Feb 2012 17:55:51 -0800
parents 7c4d2bf121a9
children 774396bc53b4
comparison
equal deleted inserted replaced
8:19a6bc503b35 9:1ab7e85a5b92
4 * 4 *
5 * 5 *
6 * Author: seanhalle@yahoo.com 6 * Author: seanhalle@yahoo.com
7 */ 7 */
8 8
9
10 #include <stdio.h>
11 #include <string.h>
12 #include <errno.h>
13 #include <stdlib.h>
14
15 #include "PrivateHash.h" 9 #include "PrivateHash.h"
16 #include "../vmalloc.h"
17 10
18 11
19 HashTable * 12 HashTable *
20 makeHashTable( int numHashSlots, FreeEntryContentFnPtr freeFn ) 13 makeHashTable( int numHashSlots, FreeEntryContentFnPtr freeFn )
21 { HashTable * retTable; 14 { HashTable * retTable;