Searched refs:os_malloc (Results 1 – 6 of 6) sorted by relevance
41 #define os_malloc(_size) malloc(_size) macro
83 #define os_malloc( _size ) \ macro
88 ptr = (char *) os_malloc(alloc_size); in os_malloc_aligned()
46 #define MALLOC(_size) os_malloc(_size)
131 hdr = os_malloc(sizeof(*hdr) + size + sizeof(*ftr)); in debug_malloc()256 new_hdr = os_malloc(sizeof(*new_hdr) + new_size + sizeof(*new_ftr)); in debug_realloc()
4640 info->flags = os_malloc(len); in features_info_handler()