Home
last modified time | relevance | path

Searched refs:_nc_oom_malloc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dobsolete.c289 _nc_oom_malloc(size_t size) in _nc_oom_malloc() function
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1562 extern NCURSES_EXPORT(void *) _nc_oom_malloc(size_t size);
1567 #define malloc(size) _nc_oom_malloc(size)