Searched refs:malloc_sym (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Ddlfcn_simple.c188 char *malloc_sym = NULL; local
197 malloc_sym = malloc(sym_len + 2);
198 if (malloc_sym)
200 sprintf(malloc_sym, "_%s", symbol);
201 value = dlsymIntern(handle, malloc_sym);
202 free(malloc_sym);

Completed in 27 milliseconds