10 void *p = kmalloc(1024);
20 for (i = 0; i < 100; i++)
50 for (
int t = 0; t < 20; t++)
52 for (
int i = 0; i < 50; i++)
54 pointers[i] = kmalloc(71);
56 memset(pointers[i], 0, 71);
59 for (
int i = 0; i < 50; i++)
static void * memset(void *s, int c, size_t n)
#define MOS_TEST_CASE(_TestName)
#define MOS_TEST_ASSERT(condition, format,...)
static void kmalloc_a_lot(mos_test_result_t *, bool *, bool *)
static void kmalloc_large(mos_test_result_t *, bool *, bool *)
static void kmalloc_single(mos_test_result_t *, bool *, bool *)
static void kmalloc_stress(mos_test_result_t *, bool *, bool *)