Home
last modified time | relevance | path

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

/third_party/libexif/libexif/huawei/
H A Dexif-mnote-data-huawei.c96 exif_mnote_data_huawei_malloc_size_data (ExifMnoteData *ne, unsigned int *malloc_size) in exif_mnote_data_huawei_malloc_size_data() argument
102 *malloc_size = 0; in exif_mnote_data_huawei_malloc_size_data()
107 *malloc_size = *malloc_size + ifd_size; in exif_mnote_data_huawei_malloc_size_data()
114 exif_mnote_data_huawei_malloc_size_data(n->entries[i].md, malloc_size); in exif_mnote_data_huawei_malloc_size_data()
120 if (*malloc_size > 65536) { in exif_mnote_data_huawei_malloc_size_data()
121 exif_log (ne->log, EXIF_LOG_CODE_CORRUPT_DATA, "ExifMnoteHuawei", "malloc_size: (%d) too big", *malloc_size); in exif_mnote_data_huawei_malloc_size_data()
122 *malloc_size = 0; in exif_mnote_data_huawei_malloc_size_data()
128 *malloc_size in exif_mnote_data_huawei_malloc_size_data()
208 unsigned int malloc_size = sizeof(HUAWEI_HEADER); exif_mnote_data_huawei_save() local
[all...]
/third_party/musl/Benchmark/musl/
H A Dlibc_malloc.cpp126 benchmark::DoNotOptimize(malloc_size(p)); in Bm_function_malloc_usable_size()
/third_party/python/Modules/
H A D_testcapimodule.c4139 size_t malloc_size; member
4152 hook->malloc_size = size; in hook_malloc()
4225 if (hook.malloc_size != size) { in test_setallocators()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5871 pub fn malloc_size(ptr: *const ::c_void) -> ::size_t; in malloc_size() functions
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 172 milliseconds