]> mj.ucw.cz Git - libucw.git/commitdiff
Use HASH_USE_POOL for configuration space allocations.
authorMartin Mares <mj@ucw.cz>
Sat, 10 Jan 2004 12:43:54 +0000 (12:43 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 10 Jan 2004 12:43:54 +0000 (12:43 +0000)
lib/urlkey.c

index 82e834013ed796b294d1f32a0e108732b6666c9d..145ef484400e2573b01df9e4c65d780c08f96012 100644 (file)
@@ -45,7 +45,7 @@ struct pxtab_node {
 #define HASH_GIVE_EQ
 #define HASH_GIVE_EXTRA_SIZE
 #define HASH_GIVE_INIT_KEY
-#define HASH_GIVE_ALLOC
+#define HASH_USE_POOL cfpool
 
 static inline uns
 pxtab_hash(HASH_KEY_DECL)
@@ -74,12 +74,6 @@ pxtab_init_key(struct pxtab_node *node, HASH_KEY_DECL)
   node->rhs = NULL;
 }
 
-static inline void *
-pxtab_alloc(uns size)
-{
-  return cfg_malloc(size);
-}
-
 #include "lib/hashtable.h"
 
 static inline byte *