HomeSort by relevance Sort by last modified time
    Searched refs:os_malloc (Results 1 - 25 of 169) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_memory.h 49 os_malloc(size_t size);
os_memory_aligned.h 50 ptr = (char *) os_malloc(size + alignment + sizeof(void *));
os_memory_debug.h 71 #define os_malloc( _size ) \ macro
os_memory_stdc.h 43 #define os_malloc(_size) malloc(_size) macro
  /external/mesa3d/src/gallium/auxiliary/os/
os_memory.h 49 os_malloc(size_t size);
os_memory_aligned.h 50 ptr = (char *) os_malloc(size + alignment + sizeof(void *));
os_memory_debug.h 71 #define os_malloc( _size ) \ macro
os_memory_stdc.h 43 #define os_malloc(_size) malloc(_size) macro
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_memory.h 48 #define MALLOC(_size) os_malloc(_size)
  /external/mesa3d/src/gallium/auxiliary/util/
u_memory.h 48 #define MALLOC(_size) os_malloc(_size)
  /external/wpa_supplicant_8/src/utils/
os_unix.c 223 buf = os_malloc(len);
244 ret = os_malloc(ret_len);
355 buf = os_malloc(*len);
408 void * os_malloc(size_t size) function
429 return os_malloc(size);
439 n = os_malloc(size);
475 void *ptr = os_malloc(size);
487 d = os_malloc(len + 1);
os_internal.c 144 buf = os_malloc(len);
162 ret = os_malloc(ret_len);
215 buf = os_malloc(*len);
235 void *n = os_malloc(size);
242 void * os_malloc(size_t size) function
320 res = os_malloc(len + 1);
base64.c 42 out = os_malloc(olen);
119 pos = out = os_malloc(olen);
os.h 222 * os_malloc - Allocate dynamic memory
228 void * os_malloc(size_t size);
232 * @ptr: Old buffer from os_malloc() or os_realloc()
244 * @ptr: Old buffer from os_malloc() or os_realloc(); can be %NULL
406 void * os_malloc(size_t size);
411 #ifndef os_malloc
412 #define os_malloc(s) malloc((s)) macro
common.c 335 buf = os_malloc((strlen(str) + 1) * sizeof(TCHAR));
537 str = os_malloc(tlen + 1);
553 str = os_malloc(tlen + 1);
617 res = os_malloc(len + 1);
os_none.c 106 void * os_malloc(size_t size) function
wpa_debug.c 289 strbuf = os_malloc(1 + 3 * slen);
324 strbuf = os_malloc(1 + 3 * len);
602 buf = os_malloc(buflen);
638 buf = os_malloc(buflen);
659 buf = os_malloc(buflen);
682 buf = os_malloc(buflen);
717 buf = os_malloc(buflen);
  /external/wpa_supplicant_8/src/crypto/
aes-eax.c 46 buf = os_malloc(buf_len);
110 buf = os_malloc(buf_len);
  /external/wpa_supplicant_8/src/eap_peer/
eap_psk.c 59 data->id_p = os_malloc(identity_len);
119 data->id_s = os_malloc(data->id_s_len);
148 buf = os_malloc(buflen);
230 buf = os_malloc(buflen);
276 decrypted = os_malloc(left);
428 key = os_malloc(EAP_MSK_LEN);
448 id = os_malloc(*len);
469 key = os_malloc(EAP_EMSK_LEN);
eap_ikev2.c 81 data->ikev2.IDr = os_malloc(identity_len);
89 data->ikev2.shared_secret = os_malloc(password_len);
450 key = os_malloc(EAP_MSK_LEN);
468 key = os_malloc(EAP_EMSK_LEN);
489 sid = os_malloc(sid_len);
eap_tls.c 278 key = os_malloc(EAP_TLS_KEY_LEN);
297 key = os_malloc(EAP_EMSK_LEN);
316 id = os_malloc(data->id_len);
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_write.c 65 hello = os_malloc(len);
215 csecret = os_malloc(csecret_len);
245 dh_yc = os_malloc(dh_yc_len);
284 shared = os_malloc(shared_len);
743 msg = os_malloc(msglen);
781 msg = os_malloc(1000);
819 return os_malloc(1);
838 alert = os_malloc(10);
  /external/wpa_supplicant_8/src/eap_common/
ikev2_common.c 465 sign_data = os_malloc(sign_len);
557 decrypted = os_malloc(decrypted_len);
716 keybuf = os_malloc(keybuf_len);
728 keys->SK_d = os_malloc(keys->SK_d_len);
736 keys->SK_ai = os_malloc(keys->SK_integ_len);
744 keys->SK_ar = os_malloc(keys->SK_integ_len);
752 keys->SK_ei = os_malloc(keys->SK_encr_len);
760 keys->SK_er = os_malloc(keys->SK_encr_len);
768 keys->SK_pi = os_malloc(keys->SK_prf_len);
776 keys->SK_pr = os_malloc(keys->SK_prf_len)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_psk.c 114 buf = os_malloc(buflen);
239 data->id_p = os_malloc(left);
298 buf = os_malloc(buflen);
374 decrypted = os_malloc(left);
453 key = os_malloc(EAP_MSK_LEN);
471 key = os_malloc(EAP_EMSK_LEN);
  /external/wpa_supplicant_8/src/ap/
peerkey_auth.c 118 buf = os_malloc(buf_len);
165 pos = buf = os_malloc(buf_len);
219 pos = buf = os_malloc(buf_len);

Completed in 962 milliseconds

1 2 3 4 5 6 7