Searched refs:XZALLOC_CONST_PTR (Results 1 – 5 of 5) sorted by relevance
12 void FAST_FUNC XZALLOC_CONST_PTR(const void *pptr, size_t size) in XZALLOC_CONST_PTR() function
215 XZALLOC_CONST_PTR(&lineedit_ptr_to_statics, sizeof(S)); \
449 XZALLOC_CONST_PTR(&test_ptr_to_statics, sizeof(S)); \
2309 void XZALLOC_CONST_PTR(const void *pptr, size_t size) FAST_FUNC;2316 # define XZALLOC_CONST_PTR(pptr, size) ASSIGN_CONST_PTR(pptr, xzalloc(size)) macro
507 XZALLOC_CONST_PTR(&ash_ptr_to_globals_misc, sizeof(G_misc)); \1585 XZALLOC_CONST_PTR(&ash_ptr_to_globals_memstack, sizeof(G_memstack)); \2216 XZALLOC_CONST_PTR(&ash_ptr_to_globals_var, sizeof(G_var)); \