Home
last modified time | relevance | path

Searched refs:os_malloc (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dos_memory_stdc.h41 #define os_malloc(_size) malloc(_size) macro
Dos_memory_debug.h83 #define os_malloc( _size ) \ macro
Dos_memory_aligned.h88 ptr = (char *) os_malloc(alloc_size); in os_malloc_aligned()
Du_memory.h46 #define MALLOC(_size) os_malloc(_size)
Du_debug_memory.c131 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()
/hardware/qcom/wlan/wcn6740/qcwcn/wpa_supplicant_8_lib/
Ddriver_cmd_nl80211.c4640 info->flags = os_malloc(len); in features_info_handler()