Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

JSHashAllocOps Struct Reference

#include <jshash.h>

List of all members.

Public Attributes

void *(* allocTable )(void *pool, size_t size)
void(* freeTable )(void *pool, void *item)
JSHashEntry *(* allocEntry )(void *pool, const void *key)
void(* freeEntry )(void *pool, JSHashEntry *he, uintN flag)


Member Data Documentation

JSHashEntry*(* JSHashAllocOps::allocEntry)(void *pool, const void *key)
 

void*(* JSHashAllocOps::allocTable)(void *pool, size_t size)
 

void(* JSHashAllocOps::freeEntry)(void *pool, JSHashEntry *he, uintN flag)
 

void(* JSHashAllocOps::freeTable)(void *pool, void *item)
 


The documentation for this struct was generated from the following file:
   Comments or Suggestions?    License Information