Lines Matching refs:Malloc
71 void* result = Malloc(calloc)(n_elements, elem_size); in calloc()
84 Malloc(free)(mem); in free()
93 return Malloc(mallinfo)(); in mallinfo()
101 return Malloc(malloc_info)(options, fp); in malloc_info()
120 retval = Malloc(mallopt)(param, value); in mallopt()
142 result = Malloc(malloc)(bytes); in malloc()
157 return Malloc(malloc_usable_size)(mem); in malloc_usable_size()
165 void* result = Malloc(memalign)(alignment, bytes); in memalign()
178 result = Malloc(posix_memalign)(memptr, alignment, size); in posix_memalign()
191 void* result = Malloc(aligned_alloc)(alignment, size); in aligned_alloc()
204 void* result = Malloc(realloc)(old_mem, bytes); in realloc()
228 void* result = Malloc(pvalloc)(bytes); in pvalloc()
240 void* result = Malloc(valloc)(bytes); in valloc()
284 return Malloc(malloc_iterate)( in malloc_iterate()
295 return Malloc(malloc_disable)(); in malloc_disable()
304 return Malloc(malloc_enable)(); in malloc_enable()
374 Malloc(calloc),
375 Malloc(free),
376 Malloc(mallinfo),
377 Malloc(malloc),
378 Malloc(malloc_usable_size),
379 Malloc(memalign),
380 Malloc(posix_memalign),
382 Malloc(pvalloc),
384 Malloc(realloc),
386 Malloc(valloc),
388 Malloc(malloc_iterate),
389 Malloc(malloc_disable),
390 Malloc(malloc_enable),
391 Malloc(mallopt),
392 Malloc(aligned_alloc),
393 Malloc(malloc_info),