Searched refs:malloc_size (Results 1 - 7 of 7) sorted by relevance

/external/netperf/
H A Dnetlib.c1236 int malloc_size;
1245 malloc_size = buffer_size + alignment + offset;
1276 temp_link->buffer_base = (char *)malloc(malloc_size);
1278 printf("malloc(%d) failed!\n", malloc_size);
1398 int malloc_size;
1408 malloc_size = buffer_size + alignment + offset;
1433 mmap_size = width * malloc_size;
1471 temp_link->buffer_base = (char *) mmap_buffer_aligned + (i*malloc_size);
1223 int malloc_size; local
1384 int malloc_size; local
H A Dnettest_dlpi.c160 int malloc_size;
158 int malloc_size; local
/external/compiler-rt/lib/asan/
H A Dasan_malloc_mac.cc84 zone->free_definite_size(zone, ptr, malloc_size(ptr));
/external/valgrind/main/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c867 MALLOC_USABLE_SIZE(VG_Z_LIBC_SONAME, malloc_size);
871 MALLOC_USABLE_SIZE(VG_Z_LIBC_SONAME, malloc_size);
959 NULL, // GrP fixme: malloc_size
/external/webkit/Source/JavaScriptCore/wtf/
H A DFastMalloc.cpp386 return malloc_size(p);
/external/sqlite/dist/orig/
H A Dsqlite3.c15252 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
[all...]
/external/sqlite/dist/
H A Dsqlite3.c15252 (_sqliteZone_ ? _sqliteZone_->size(_sqliteZone_,x) : malloc_size(x))
[all...]

Completed in 501 milliseconds