Home
last modified time | relevance | path

Searched defs:malloc_size (Results 1 – 3 of 3) sorted by relevance

/third_party/libexif/libexif/huawei/
Dexif-mnote-data-huawei.c91 exif_mnote_data_huawei_malloc_size_data (ExifMnoteData *ne, unsigned int *malloc_size) in exif_mnote_data_huawei_malloc_size_data()
190 unsigned int malloc_size = sizeof(HUAWEI_HEADER); in exif_mnote_data_huawei_save() local
/third_party/python/Modules/
D_testcapimodule.c3964 size_t malloc_size; member
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5871 pub fn malloc_size(ptr: *const ::c_void) -> ::size_t; in malloc_size() function