Searched refs:stupid_allocation_size (Results 1 – 1 of 1) sorted by relevance
194 const size_t stupid_allocation_size = (128 * 1024 * 1024); variable195 void *ptr = heap_caps_malloc(stupid_allocation_size, MALLOC_CAP_DEFAULT);213 const size_t stupid_allocation_size = (128 * 1024 * 1024); variable214 void *ptr = heap_caps_malloc(stupid_allocation_size, MALLOC_CAP_DEFAULT);218 ptr = heap_caps_realloc(ptr, stupid_allocation_size, MALLOC_CAP_DEFAULT);222 ptr = heap_caps_aligned_alloc(0x200, stupid_allocation_size, MALLOC_CAP_DEFAULT);