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

/macosx-10.10/apr-32/apr/apr/test/
H A Dtestpools.c35 static void alloc_bytes(abts_case *tc, void *data) function
150 abts_run_test(suite, alloc_bytes, NULL);
/macosx-10.10/cups-408/cups/cups/
H A Dstring.c536 _cupsStrStatistics(size_t *alloc_bytes, /* O - Allocated bytes */ argument
573 if (alloc_bytes)
574 *alloc_bytes = abytes;
H A Dstring-private.h190 extern size_t _cupsStrStatistics(size_t *alloc_bytes, size_t *total_bytes);
/macosx-10.10/cups-408/cups/scheduler/
H A Dmain.c982 alloc_bytes, /* Allocated string bytes */ local
1005 string_count = _cupsStrStatistics(&alloc_bytes, &total_bytes);
1011 CUPS_LLCAST alloc_bytes);
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vnops.c5957 off_t alloc_bytes = hfs_blk_to_bytes(out->cf_blocks, block_size); local
5958 if (out->cf_size > alloc_bytes)
5959 out->cf_size = alloc_bytes;

Completed in 181 milliseconds