Searched refs:UNCONSTIFY (Results 1 – 3 of 3) sorted by relevance
58 munmap(UNCONSTIFY(str), size); in unmap_file()104 free(UNCONSTIFY(str)); in unmap_file()
204 free(UNCONSTIFY(string)); in atom_intern()209 node.string = UNCONSTIFY(string); in atom_intern()
41 #define UNCONSTIFY(const_ptr) ((void *) (uintptr_t) (const_ptr)) macro