HomeSort by relevance Sort by last modified time
    Searched refs:alloc_ptr (Results 1 - 5 of 5) sorted by null

  /system/core/libion/tests/
device_test.cpp 137 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024); local
138 void *buf = (void *)(ALIGN((unsigned long)alloc_ptr.get(), 4096) + 1024);
169 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024); local
170 void *buf = (void *)(ALIGN((unsigned long)alloc_ptr.get(), 4096) + 1024);
201 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024); local
202 void *buf = (void *)(ALIGN((unsigned long)alloc_ptr.get(), 4096) + 1024);
231 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024); local
232 void *buf = (void *)(ALIGN((unsigned long)alloc_ptr.get(), 4096) + 1024);
263 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024); local
264 void *buf = (void *)(ALIGN((unsigned long)alloc_ptr.get(), 4096) + 1024)
295 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024); local
327 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024); local
359 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024); local
392 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024); local
424 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024); local
456 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024); local
486 auto alloc_ptr = std::make_unique<char[]>(8192 + 1024); local
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
mlos_linux.c 48 void *alloc_ptr = malloc(num_bytes); local
49 return alloc_ptr;
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
mlos_linux.c 48 void *alloc_ptr = malloc(num_bytes); local
49 return alloc_ptr;
  /external/libpng/contrib/tools/
pngfix.c 898 * relevant initializer is called by the allocator function. The alloc_ptr
901 void * alloc_ptr; member in struct:file
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 518 __u16 alloc_ptr; member in struct:hfs_mdb

Completed in 694 milliseconds