Home
last modified time | relevance | path

Searched refs:total_alloc_size (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/
Dmemory_arena_threshold_test.cc94 size_t total_alloc_size = 0; member
130 thresholds.total_alloc_size); in ValidateModelAllocationThresholds()
213 thresholds.total_alloc_size = kKeywordModelTotalSize; in TF_LITE_MICRO_TEST()
242 thresholds.total_alloc_size = kTestConvModelTotalSize; in TF_LITE_MICRO_TEST()
/external/libwebsockets/lib/misc/lwsac/
Dlwsac.c183 lachead->total_alloc_size += alloc; in _lwsac_use()
291 (int)(lachead->total_alloc_size >> 10), lachead->total_blocks); in lwsac_info()
304 return lachead->total_alloc_size; in lwsac_total_alloc()
Dprivate-lib-misc-lwsac.h58 size_t total_alloc_size; member
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.h70 unsigned total_alloc_size; member
Dlp_texture.c811 size = lpr->total_alloc_size; in llvmpipe_resource_size()