Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dmalloc.c2344 # ifndef SYSTEM_ALLOC
2345 # define SYSTEM_ALLOC(a) malloc(a) macro
2384 got = (IV)SYSTEM_ALLOC(size); in Perl_sbrk()
/openbsd/src/gnu/usr.bin/perl/os2/
Dos2ish.h292 # define SYSTEM_ALLOC(a) sys_alloc(a) macro