Home
last modified time | relevance | path

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

/netbsd/src/games/rogue/
Dinit.c346 *s = md_malloc(MAX_OPT_LEN + 2); in env_get_value()
361 *str = md_malloc(MAX_OPT_LEN + 2); in init_str()
Dmachdep.c379 md_malloc(size_t n) in md_malloc() function
Dsave.c102 name_buffer = md_malloc(len); in save_into_file()
Drogue.h452 void *md_malloc(size_t);
Dobject.c639 } else if (!(obj = md_malloc(sizeof(object)))) { in alloc_object()