Home
last modified time | relevance | path

Searched defs:os_malloc (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/mesa3d/src/util/
H A Dos_memory_debug.h83 #define os_malloc( _size ) \ macro
H A Dos_memory_stdc.h41 #define os_malloc(_size) malloc(_size) macro
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Dos_memory_stdc.h41 #define os_malloc(_size) malloc(_size) macro
/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Dos_none.c124 void * os_malloc(size_t size) in os_malloc() function
H A Dos_internal.c267 void * os_malloc(size_t size) in os_malloc() function
H A Dos.h505 #define os_malloc(s) malloc((s)) macro
H A Dos_unix.c753 void * os_malloc(size_t size) in os_malloc() function
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/imx8ulp/upower/
Dupower_api.c76 static upwr_malloc_ptr_t os_malloc; variable