Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dmalloc.c2348 # ifndef SYSTEM_ALLOC
2349 # define SYSTEM_ALLOC(a) malloc(a) macro
2388 got = (IV)SYSTEM_ALLOC(size); in Perl_sbrk()
/openbsd/gnu/usr.bin/perl/os2/
H A Dos2ish.h291 # define SYSTEM_ALLOC(a) sys_alloc(a) macro