comparison PrivateHash.c @ 38:447dcca689e0

changed name of netbeans proj dirs -- add renamed dirs
author Sean Halle <seanhalle@yahoo.com>
date Fri, 14 Feb 2014 07:19:19 -0800
parents 049a8d8917c5
children
comparison
equal deleted inserted replaced
20:036970865f00 21:34eb86b291dc
4 * 4 *
5 * 5 *
6 * Author: seanhalle@yahoo.com 6 * Author: seanhalle@yahoo.com
7 */ 7 */
8 8
9 #include "PrivateHash.h" 9 #include <PR__include/prhash.h>
10 #include "PR__common_includes/Services_offered_by_PR/Memory_Handling/vmalloc__wrapper_library.h" 10 #include <PR__include/prmalloc.h>
11 11
12 HashTable * 12 HashTable *
13 makeHashTable( int numHashSlots, FreeEntryContentFnPtr freeFn ) 13 makeHashTable( int numHashSlots, FreeEntryContentFnPtr freeFn )
14 { HashTable * retTable; 14 { HashTable * retTable;
15 retTable = PR__malloc( sizeof( HashTable ) ); 15 retTable = PR__malloc( sizeof( HashTable ) );