Searched refs:os_malloc (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dos_memory.h49 os_malloc(size_t size);
H A Dos_memory_aligned.h76 ptr = (char *) os_malloc(alloc_size);
H A Dos_memory_debug.h80 #define os_malloc( _size ) \ macro
H A Dos_memory_stdc.h43 #define os_malloc(_size) malloc(_size) macro
H A Du_memory.h47 #define MALLOC(_size) os_malloc(_size)
/xsrc/external/mit/MesaLib/dist/src/util/
H A Dos_memory.h44 os_malloc(size_t size);
H A Dos_memory_stdc.h41 #define os_malloc(_size) malloc(_size) macro
H A Dos_memory_debug.h83 #define os_malloc( _size ) \ macro
H A Dos_memory_aligned.h88 ptr = (char *) os_malloc(alloc_size);
H A Du_memory.h46 #define MALLOC(_size) os_malloc(_size)
H A Du_debug_memory.c130 hdr = os_malloc(sizeof(*hdr) + size + sizeof(*ftr));
255 new_hdr = os_malloc(sizeof(*new_hdr) + new_size + sizeof(*new_ftr));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_memory.c131 hdr = os_malloc(sizeof(*hdr) + size + sizeof(*ftr));
256 new_hdr = os_malloc(sizeof(*new_hdr) + new_size + sizeof(*new_ftr));

Completed in 10 milliseconds