Searched refs:filler (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/kernel/uapi/linux/
H A Dflat.h39 unsigned long filler[5]; member in struct:flat_hdr
H A Dcyclades.h324 __u32 filler[7]; member in struct:CH_CTRL
341 __u32 filler[5]; member in struct:BUF_CTRL
357 __u32 filler[6]; member in struct:BOARD_CTRL
/bionic/tests/
H A Dmalloc_test.cpp441 // Use filler to attempt to force the allocator to get potentially bad alignments.
442 void** filler = new void*[MAX_LOOPS]; local
446 filler[i] = malloc(1);
447 ASSERT_TRUE(filler[i] != nullptr);
455 free(filler[i]);
460 filler[i] = malloc(1);
461 ASSERT_TRUE(filler[i] != nullptr);
469 free(filler[i]);
474 filler[i] = malloc(1);
475 ASSERT_TRUE(filler[
[all...]

Completed in 1103 milliseconds