Searched refs:AOM_MAX_ALLOCABLE_MEMORY (Results 1 – 4 of 4) sorted by relevance
26 #ifndef AOM_MAX_ALLOCABLE_MEMORY28 #define AOM_MAX_ALLOCABLE_MEMORY 8589934592 // 8 GB macro31 #define AOM_MAX_ALLOCABLE_MEMORY ((1ULL << 31) - (1 << 16))
19 #if defined(AOM_MAX_ALLOCABLE_MEMORY)24 if (size > AOM_MAX_ALLOCABLE_MEMORY / nmemb) return 0; in check_size_argument_overflow()52 #if defined(AOM_MAX_ALLOCABLE_MEMORY) in aom_memalign()
199 #if defined AOM_MAX_ALLOCABLE_MEMORY in obudec_grow_buffer()200 if (new_capacity > AOM_MAX_ALLOCABLE_MEMORY) { in obudec_grow_buffer()435 #if defined AOM_MAX_ALLOCABLE_MEMORY in obudec_read_temporal_unit()436 if (tu_size > AOM_MAX_ALLOCABLE_MEMORY) { in obudec_read_temporal_unit()
64 #if defined AOM_MAX_ALLOCABLE_MEMORY in realloc_frame_buffer_aligned()72 if (alloc_size > AOM_MAX_ALLOCABLE_MEMORY / REF_FRAMES) return -1; in realloc_frame_buffer_aligned()