HomeSort by relevance Sort by last modified time
    Searched refs:alloc_len (Results 1 - 7 of 7) sorted by null

  /libcore/ojluni/src/main/native/
ServerSocketChannelImpl.c 82 int alloc_len; local
87 NET_AllocSockaddr(&sa, &alloc_len);
95 socklen_t sa_len = alloc_len;
  /system/core/logwrapper/
logwrap.c 61 size_t alloc_len; member in struct:beginning_buf
74 ssize_t alloc_len; member in struct:ending_buf
223 a_buf->b_buf.alloc_len = BEGINNING_BUF_SIZE;
229 a_buf->e_buf.alloc_len = ENDING_BUF_SIZE;
253 if (a_buf->b_buf.alloc_len) {
277 * so by allocating alloc_len here we will have at least
280 char * nbuf = malloc(a_buf->e_buf.alloc_len);
  /system/core/fs_mgr/
fs_mgr_fstab.c 250 size_t alloc_len = 0; local
266 while ((len = getline(&line, &alloc_len, fstab_file)) != -1) {
296 while ((len = getline(&line, &alloc_len, fstab_file)) != -1) {
  /bionic/tests/
malloc_test.cpp 45 size_t alloc_len = 100; local
46 char *ptr = (char *)calloc(1, alloc_len);
48 ASSERT_LE(alloc_len, malloc_usable_size(ptr));
49 for (size_t i = 0; i < alloc_len; i++) {
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 310 int alloc_len; local
380 alloc_len = host_len + 1 + 1 + path_len + 1;
392 a = os_zalloc(sizeof(*a) + alloc_len);
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp     [all...]
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp     [all...]

Completed in 446 milliseconds