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

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
H A Dos_memory.h49 os_malloc(size_t size);
H A Dos_memory_aligned.h50 ptr = (char *) os_malloc(size + alignment + sizeof(void *));
H A Dos_memory_debug.h71 #define os_malloc( _size ) \ macro
H A Dos_memory_stdc.h43 #define os_malloc(_size) malloc(_size) macro
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_memory.h49 os_malloc(size_t size);
H A Dos_memory_aligned.h50 ptr = (char *) os_malloc(size + alignment + sizeof(void *));
H A Dos_memory_debug.h71 #define os_malloc( _size ) \ macro
H A Dos_memory_stdc.h43 #define os_malloc(_size) malloc(_size) macro
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_memory.h48 #define MALLOC(_size) os_malloc(_size)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_memory.h48 #define MALLOC(_size) os_malloc(_size)
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_internal.c155 buf = os_malloc(len);
173 ret = os_malloc(ret_len);
226 buf = os_malloc(*len);
246 void *n = os_malloc(size);
253 void * os_malloc(size_t size) function
331 res = os_malloc(len + 1);
H A Dbase64.c42 out = os_malloc(olen);
119 pos = out = os_malloc(olen);
H A Dos_unix.c261 buf = os_malloc(len);
282 ret = os_malloc(ret_len);
393 buf = os_malloc(*len);
470 void * os_malloc(size_t size) function
491 return os_malloc(size);
501 n = os_malloc(size);
537 void *ptr = os_malloc(size);
549 d = os_malloc(len + 1);
/external/wpa_supplicant_8/src/utils/
H A Dos_internal.c155 buf = os_malloc(len);
173 ret = os_malloc(ret_len);
226 buf = os_malloc(*len);
246 void *n = os_malloc(size);
253 void * os_malloc(size_t size) function
331 res = os_malloc(len + 1);
H A Dbase64.c42 out = os_malloc(olen);
119 pos = out = os_malloc(olen);
H A Dos_unix.c261 buf = os_malloc(len);
282 ret = os_malloc(ret_len);
393 buf = os_malloc(*len);
470 void * os_malloc(size_t size) function
491 return os_malloc(size);
501 n = os_malloc(size);
537 void *ptr = os_malloc(size);
549 d = os_malloc(len + 1);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_internal.c155 buf = os_malloc(len);
173 ret = os_malloc(ret_len);
226 buf = os_malloc(*len);
246 void *n = os_malloc(size);
253 void * os_malloc(size_t size) function
331 res = os_malloc(len + 1);
H A Dbase64.c42 out = os_malloc(olen);
119 pos = out = os_malloc(olen);
H A Dos_unix.c261 buf = os_malloc(len);
282 ret = os_malloc(ret_len);
393 buf = os_malloc(*len);
470 void * os_malloc(size_t size) function
491 return os_malloc(size);
501 n = os_malloc(size);
537 void *ptr = os_malloc(size);
549 d = os_malloc(len + 1);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-eax.c46 buf = os_malloc(buf_len);
110 buf = os_malloc(buf_len);
/external/wpa_supplicant_8/src/crypto/
H A Daes-eax.c46 buf = os_malloc(buf_len);
110 buf = os_malloc(buf_len);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-eax.c46 buf = os_malloc(buf_len);
110 buf = os_malloc(buf_len);
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Dikev2_common.c400 sign_data = os_malloc(sign_len);
492 decrypted = os_malloc(decrypted_len);
647 keybuf = os_malloc(keybuf_len);
659 keys->SK_d = os_malloc(keys->SK_d_len);
667 keys->SK_ai = os_malloc(keys->SK_integ_len);
675 keys->SK_ar = os_malloc(keys->SK_integ_len);
683 keys->SK_ei = os_malloc(keys->SK_encr_len);
691 keys->SK_er = os_malloc(keys->SK_encr_len);
699 keys->SK_pi = os_malloc(keys->SK_prf_len);
707 keys->SK_pr = os_malloc(key
[all...]
/external/wpa_supplicant_8/src/eap_common/
H A Dikev2_common.c400 sign_data = os_malloc(sign_len);
492 decrypted = os_malloc(decrypted_len);
647 keybuf = os_malloc(keybuf_len);
659 keys->SK_d = os_malloc(keys->SK_d_len);
667 keys->SK_ai = os_malloc(keys->SK_integ_len);
675 keys->SK_ar = os_malloc(keys->SK_integ_len);
683 keys->SK_ei = os_malloc(keys->SK_encr_len);
691 keys->SK_er = os_malloc(keys->SK_encr_len);
699 keys->SK_pi = os_malloc(keys->SK_prf_len);
707 keys->SK_pr = os_malloc(key
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Dikev2_common.c400 sign_data = os_malloc(sign_len);
492 decrypted = os_malloc(decrypted_len);
647 keybuf = os_malloc(keybuf_len);
659 keys->SK_d = os_malloc(keys->SK_d_len);
667 keys->SK_ai = os_malloc(keys->SK_integ_len);
675 keys->SK_ar = os_malloc(keys->SK_integ_len);
683 keys->SK_ei = os_malloc(keys->SK_encr_len);
691 keys->SK_er = os_malloc(keys->SK_encr_len);
699 keys->SK_pi = os_malloc(keys->SK_prf_len);
707 keys->SK_pr = os_malloc(key
[all...]

Completed in 323 milliseconds

1234567891011>>