Searched refs:memory (Results 1 - 15 of 15) sorted by relevance

/bionic/tools/versioner/src/
H A DVFS.h19 #include <memory>
H A DVFS.cpp24 #include <memory>
H A Dversioner.cpp35 #include <memory>
/bionic/tests/
H A Dbuffer_tests.cpp63 // Set of multiple buffer alignment combinations to be used for string/memory
353 // src, create data that ends exactly at an unreadable memory boundary.
355 uint8_t* memory; local
356 ASSERT_TRUE(posix_memalign(reinterpret_cast<void**>(&memory), pagesize,
358 memset(memory, 0x23, 2*pagesize);
361 ASSERT_TRUE(mprotect(&memory[pagesize], pagesize, PROT_NONE) == 0);
364 uint8_t* buf = &memory[pagesize-i];
368 ASSERT_TRUE(mprotect(&memory[pagesize], pagesize, PROT_READ | PROT_WRITE) == 0);
369 free(memory);
374 // src, create data that ends exactly at an unreadable memory boundar
376 uint8_t* memory; local
[all...]
/bionic/libc/malloc_debug/
H A DDebugData.h33 #include <memory>
H A DPointerData.cpp235 uint8_t* memory = reinterpret_cast<uint8_t*>(info.pointer); local
236 error_log("+++ ALLOCATION %p USED AFTER FREE", memory);
239 if (memory[i] != fill_free_value) {
240 error_log(" allocation[%zu] = 0x%02x (expected 0x%02x)", i, memory[i], fill_free_value);
280 const uint8_t* memory = reinterpret_cast<const uint8_t*>(info.pointer); local
283 if (memcmp(memory, g_cmp_mem.data(), bytes_to_cmp) != 0) {
287 memory = &memory[bytes_to_cmp];
509 fprintf(fp, "Total memory: %zu\n", total_memory);
/bionic/linker/
H A Dlinker_config.h37 #include <memory>
/bionic/libc/kernel/uapi/video/
H A Dsisfb.h67 __u32 memory; member in struct:sisfb_info
/bionic/libc/versioner-dependencies/common/kernel_uapi/video/
H A Dsisfb.h67 __u32 memory; member in struct:sisfb_info
/bionic/tests/libs/
H A Dbionic_tests_zipalign.cpp22 #include <memory>
70 // We will not free the memory created in entries since the program
/bionic/tools/versioner/dependencies/common/kernel_uapi/video/
H A Dsisfb.h67 __u32 memory; member in struct:sisfb_info
/bionic/libc/kernel/uapi/linux/
H A Dvideodev2.h459 __u32 memory; member in struct:v4l2_requestbuffers
482 __u32 memory; member in struct:v4l2_buffer
1263 __u32 memory; member in struct:v4l2_create_buffers
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Dvideodev2.h459 __u32 memory; member in struct:v4l2_requestbuffers
482 __u32 memory; member in struct:v4l2_buffer
1263 __u32 memory; member in struct:v4l2_create_buffers
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Dvideodev2.h459 __u32 memory; member in struct:v4l2_requestbuffers
482 __u32 memory; member in struct:v4l2_buffer
1263 __u32 memory; member in struct:v4l2_create_buffers
/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_config_tests.cpp19 #include <memory>
107 "6 malloc_debug When a pointer is freed, do not free the memory right away.\n"
124 "6 malloc_debug Enable the leak tracking of memory allocations.\n"

Completed in 196 milliseconds