Home
last modified time | relevance | path

Searched refs:UTIL_malloc (Results 1 – 8 of 8) sorted by relevance

/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/tables_gen/pervasives/
H A Dtypes.c27 Type rtPtr = (Type)UTIL_malloc(sizeof(Type_)); in mkSortType()
35 Type rtPtr = (Type)UTIL_malloc(sizeof(Type_)); in mkSkVarType()
43 Type rtPtr = (Type)UTIL_malloc(sizeof(Type_)); in mkStrFuncType()
53 Type rtPtr = (Type)UTIL_malloc(sizeof(Type_)); in mkStrType()
63 Type rtPtr = (Type)UTIL_malloc(sizeof(Type_)); in mkArrowType()
85 TypeList new = (TypeList)UTIL_malloc(sizeof(TypeList_)); in addItem()
95 TypeList new = (TypeList)UTIL_malloc(sizeof(TypeList_)); in addItemToEnd()
H A Dpervgen-c.c159 kindIndices.array = (char**)UTIL_malloc(sizeof(char*)*length); in cgenKindInit()
162 kindData.array = (char**)UTIL_malloc(sizeof(char*)*length); in cgenKindInit()
220 tySkels.array = (char**)UTIL_malloc(sizeof(char*)*length); in cgenTySkelInit()
274 logicSymbTypes.array = (char**)UTIL_malloc(sizeof(char*)*length); in cgenLogicSymbolInit()
391 constIndices.array = (char**)UTIL_malloc(sizeof(char*)*length); in cgenConstInit()
394 constData.array = (char**)UTIL_malloc(sizeof(char*)*length); in cgenConstInit()
/dports/mail/libspf/libspf-1.0.0-p5/src/libspf/
H A Dutil.h126 #define xmalloc(n) UTIL_malloc(n, __FILE__, __LINE__, __FUNCTION__)
256 void *UTIL_malloc(const int32_t, const char *, const int32_t, const char *);
H A Dutil.c487 void *UTIL_malloc(const int32_t n, const char *file, int32_t line, in UTIL_malloc() function
536 return(UTIL_malloc(n, file, line, func)); in UTIL_realloc()
H A Dutil.c.in475 /* UTIL_malloc
487 void *UTIL_malloc(const int32_t n, const char *file, int32_t line, function
523 * UTIL_malloc, otherwise if 'x' is assigned successfully, the behaviour is
536 return(UTIL_malloc(n, file, line, func));
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/tables_gen/util/
H A Dutil.h34 void* UTIL_malloc(size_t size);
H A Dutil.c31 void* UTIL_malloc(size_t n) in UTIL_malloc() function
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/tables_gen/instrformats/
H A Dinstrgen-c.c464 instrTab.array = (char**)UTIL_malloc(sizeof(char*)*numInstrs); in cinitInstrC()
583 dispatchTab.array = (char**)UTIL_malloc(sizeof(char*)*size); in cinitSimDispatch()