Home
last modified time | relevance | path

Searched refs:md_malloc (Results 1 – 5 of 5) sorted by relevance

/dragonfly/games/rogue/
H A Dinit.c323 *s = md_malloc(MAX_OPT_LEN + 2); in env_get_value()
338 *str = md_malloc(MAX_OPT_LEN + 2); in init_str()
H A Dmachdep.c442 md_malloc(int n) in md_malloc() function
H A Drogue.h507 char *md_malloc(int);
H A Dsave.c97 name_buffer = md_malloc(len); in save_into_file()
H A Dobject.c620 } else if (!(obj = (object *) md_malloc(sizeof(object)))) { in alloc_object()