32 #define NULL (void *)0 
   48     __coverity_negative_sink__(
size);
 
   50         void *ptr = __coverity_alloc__(
size);
 
   51         __coverity_mark_as_uninitialized_buffer__(ptr);
 
   52         __coverity_mark_as_afm_allocated__(ptr, 
"av_free");
 
   61     __coverity_negative_sink__(
size);
 
   63         void *ptr = __coverity_alloc__(
size);
 
   64         __coverity_writeall0__(ptr);
 
   65         __coverity_mark_as_afm_allocated__(ptr, 
"av_free");
 
   74     __coverity_negative_sink__(
size);
 
   76         __coverity_escape__(ptr);
 
   77         ptr = __coverity_alloc__(
size);
 
   78         __coverity_writeall__(ptr);
 
   79         __coverity_mark_as_afm_allocated__(ptr, 
"av_free");
 
   87     __coverity_free__(ptr);
 
   88     __coverity_mark_as_afm_freed__(ptr, 
"av_free");
 
   93     __coverity_negative_sink__(
b);
 
   94     __coverity_negative_sink__(
c);