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

1234567891011>>

/external/mesa3d/src/gallium/auxiliary/os/
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
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_internal.c157 buf = os_malloc(len);
175 ret = os_malloc(ret_len);
228 buf = os_malloc(*len);
254 void *n = os_malloc(size);
261 void * os_malloc(size_t size) function
339 res = os_malloc(len + 1);
H A Dos_unix.c293 buf = os_malloc(len);
314 ret = os_malloc(ret_len);
447 buf = os_malloc(*len);
539 void *r = os_malloc(len);
567 if (i < res && os_strcmp(func[i], "os_malloc") == 0)
715 void * os_malloc(size_t size) function
740 return os_malloc(size);
750 n = os_malloc(size);
786 void *ptr = os_malloc(size);
798 d = os_malloc(le
[all...]
H A Dwpa_debug.c289 strbuf = os_malloc(1 + 3 * slen);
324 strbuf = os_malloc(1 + 3 * len);
619 buf = os_malloc(buflen);
659 buf = os_malloc(buflen);
684 buf = os_malloc(buflen);
714 buf = os_malloc(buflen);
739 buf = os_malloc(buflen);
766 buf = os_malloc(buflen);
805 buf = os_malloc(buflen);
H A Dbase64.c36 out = os_malloc(olen);
108 pos = out = os_malloc(olen);
/external/wpa_supplicant_8/src/utils/
H A Dos_internal.c157 buf = os_malloc(len);
175 ret = os_malloc(ret_len);
228 buf = os_malloc(*len);
254 void *n = os_malloc(size);
261 void * os_malloc(size_t size) function
339 res = os_malloc(len + 1);
H A Dos_unix.c293 buf = os_malloc(len);
314 ret = os_malloc(ret_len);
447 buf = os_malloc(*len);
539 void *r = os_malloc(len);
567 if (i < res && os_strcmp(func[i], "os_malloc") == 0)
715 void * os_malloc(size_t size) function
740 return os_malloc(size);
750 n = os_malloc(size);
786 void *ptr = os_malloc(size);
798 d = os_malloc(le
[all...]
H A Dwpa_debug.c289 strbuf = os_malloc(1 + 3 * slen);
324 strbuf = os_malloc(1 + 3 * len);
619 buf = os_malloc(buflen);
659 buf = os_malloc(buflen);
684 buf = os_malloc(buflen);
714 buf = os_malloc(buflen);
739 buf = os_malloc(buflen);
766 buf = os_malloc(buflen);
805 buf = os_malloc(buflen);
H A Dbase64.c36 out = os_malloc(olen);
108 pos = out = os_malloc(olen);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_internal.c157 buf = os_malloc(len);
175 ret = os_malloc(ret_len);
228 buf = os_malloc(*len);
254 void *n = os_malloc(size);
261 void * os_malloc(size_t size) function
339 res = os_malloc(len + 1);
H A Dos_unix.c293 buf = os_malloc(len);
314 ret = os_malloc(ret_len);
447 buf = os_malloc(*len);
539 void *r = os_malloc(len);
567 if (i < res && os_strcmp(func[i], "os_malloc") == 0)
715 void * os_malloc(size_t size) function
740 return os_malloc(size);
750 n = os_malloc(size);
786 void *ptr = os_malloc(size);
798 d = os_malloc(le
[all...]
H A Dwpa_debug.c289 strbuf = os_malloc(1 + 3 * slen);
324 strbuf = os_malloc(1 + 3 * len);
619 buf = os_malloc(buflen);
659 buf = os_malloc(buflen);
684 buf = os_malloc(buflen);
714 buf = os_malloc(buflen);
739 buf = os_malloc(buflen);
766 buf = os_malloc(buflen);
805 buf = os_malloc(buflen);
/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/mesa3d/src/gallium/auxiliary/util/
H A Du_memory.h48 #define MALLOC(_size) os_malloc(_size)
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Dikev2_common.c403 sign_data = os_malloc(sign_len);
495 decrypted = os_malloc(decrypted_len);
650 keybuf = os_malloc(keybuf_len);
662 keys->SK_d = os_malloc(keys->SK_d_len);
670 keys->SK_ai = os_malloc(keys->SK_integ_len);
678 keys->SK_ar = os_malloc(keys->SK_integ_len);
686 keys->SK_ei = os_malloc(keys->SK_encr_len);
694 keys->SK_er = os_malloc(keys->SK_encr_len);
702 keys->SK_pi = os_malloc(keys->SK_prf_len);
710 keys->SK_pr = os_malloc(key
[all...]
/external/wpa_supplicant_8/src/eap_common/
H A Dikev2_common.c403 sign_data = os_malloc(sign_len);
495 decrypted = os_malloc(decrypted_len);
650 keybuf = os_malloc(keybuf_len);
662 keys->SK_d = os_malloc(keys->SK_d_len);
670 keys->SK_ai = os_malloc(keys->SK_integ_len);
678 keys->SK_ar = os_malloc(keys->SK_integ_len);
686 keys->SK_ei = os_malloc(keys->SK_encr_len);
694 keys->SK_er = os_malloc(keys->SK_encr_len);
702 keys->SK_pi = os_malloc(keys->SK_prf_len);
710 keys->SK_pr = os_malloc(key
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Dikev2_common.c403 sign_data = os_malloc(sign_len);
495 decrypted = os_malloc(decrypted_len);
650 keybuf = os_malloc(keybuf_len);
662 keys->SK_d = os_malloc(keys->SK_d_len);
670 keys->SK_ai = os_malloc(keys->SK_integ_len);
678 keys->SK_ar = os_malloc(keys->SK_integ_len);
686 keys->SK_ei = os_malloc(keys->SK_encr_len);
694 keys->SK_er = os_malloc(keys->SK_encr_len);
702 keys->SK_pi = os_malloc(keys->SK_prf_len);
710 keys->SK_pr = os_malloc(key
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_identity.c123 buf = os_malloc(len * 4 + 1);
132 sm->identity = os_malloc(len ? len : 1);
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_identity.c123 buf = os_malloc(len * 4 + 1);
132 sm->identity = os_malloc(len ? len : 1);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_identity.c123 buf = os_malloc(len * 4 + 1);
132 sm->identity = os_malloc(len ? len : 1);

Completed in 671 milliseconds

1234567891011>>