OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isl_calloc_or_die
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/isl/dist/include/isl/
ctx.h
120
void *
isl_calloc_or_die
(isl_ctx *ctx, size_t nmemb, size_t size);
124
#define isl_calloc(ctx,type,size) ((type *)
isl_calloc_or_die
(ctx,\
132
#define isl_calloc_array(ctx,type,n) ((type *)
isl_calloc_or_die
(ctx,\
/src/external/mit/isl/dist/
isl_ctx.c
99
void *
isl_calloc_or_die
(isl_ctx *ctx, size_t nmemb, size_t size)
function
Completed in 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026