Home
last modified time | relevance | path

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

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