Lines Matching defs:l

203 #define _malloc_dbg(s,t,f,l) malloc(s)  argument
204 #define _calloc_dbg(c,s,t,f,l) calloc(c,s) argument
205 #define _realloc_dbg(p,s,t,f,l) realloc(p,s) argument
206 #define _recalloc_dbg(p,c,s,t,f,l) _recalloc(p,c,s) argument
207 #define _expand_dbg(p,s,t,f,l) _expand(p,s) argument
211 #define _aligned_malloc_dbg(s,a,f,l) _aligned_malloc(s,a) argument
212 #define _aligned_realloc_dbg(p,s,a,f,l) _aligned_realloc(p,s,a) argument
213 #define _aligned_recalloc_dbg(p,c,s,a,f,l) _aligned_realloc(p,c,s,a) argument
215 #define _aligned_offset_malloc_dbg(s,a,o,f,l) _aligned_offset_malloc(s,a,o) argument
216 #define _aligned_offset_realloc_dbg(p,s,a,o,f,l) _aligned_offset_realloc(p,s,a,o) argument
217 #define _aligned_offset_recalloc_dbg(p,c,s,a,o,f,l) _aligned_offset_recalloc(p,c,s,a,o) argument
219 #define _malloca_dbg(s,t,f,l) _malloca(s) argument
222 #define _strdup_dbg(s,t,f,l) _strdup(s) argument
223 #define _wcsdup_dbg(s,t,f,l) _wcsdup(s) argument
224 #define _mbsdup_dbg(s,t,f,l) _mbsdup(s) argument
225 #define _tempnam_dbg(s1,s2,t,f,l) _tempnam(s1,s2) argument
226 #define _wtempnam_dbg(s1,s2,t,f,l) _wtempnam(s1,s2) argument
227 #define _fullpath_dbg(s1,s2,le,t,f,l) _fullpath(s1,s2,le) argument
228 #define _wfullpath_dbg(s1,s2,le,t,f,l) _wfullpath(s1,s2,le) argument
229 #define _getcwd_dbg(s,le,t,f,l) _getcwd(s,le) argument
230 #define _wgetcwd_dbg(s,le,t,f,l) _wgetcwd(s,le) argument
231 #define _getdcwd_dbg(d,s,le,t,f,l) _getdcwd(d,s,le) argument
232 #define _wgetdcwd_dbg(d,s,le,t,f,l) _wgetdcwd(d,s,le) argument
233 #define _getdcwd_lk_dbg(d,s,le,t,f,l) _getdcwd_nolock(d,s,le) argument
234 #define _wgetdcwd_lk_dbg(d,s,le,t,f,l) _wgetdcwd_nolock(d,s,le) argument
249 #define _CrtIsMemoryBlock(p,t,r,f,l) ((int)1) argument