Home
last modified time | relevance | path

Searched defs:Aumalloc (Results 1 – 1 of 1) sorted by relevance

/dports/audio/nas/nas-1.9.4/lib/audio/
H A DAlibint.h167 # define Aumalloc(size) malloc(((size) > 0 ? (size) : 1)) macro
173 # define Aumalloc(size) malloc((size)) macro