pike.git
/
src
/
mapping.h
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/mapping.h:133:
}while(0) /* Prototypes begin here */ BLOCK_ALLOC_FILL_PAGES(mapping, 2);
+
void mapping_free_keypair(struct mapping_data *md, struct keypair *k);
+
PMOD_EXPORT struct mapping *debug_allocate_mapping(int size); /** Function that actually frees the mapping data, called by the wrapper * macro free_mapping_data. * * @param M The mapping structure data member of the mapping whose data is to be removed * @see free_mapping * @see really_free_mapping_data * @see mapping_data * @see mapping