HomeSort by relevance Sort by last modified time
    Searched refs:MemoryManager (Results 1 - 25 of 92) sorted by null

1 2 3 4

  /system/chre/platform/linux/
memory_manager.cc 23 void *MemoryManager::doAlloc(Nanoapp *app, uint32_t bytes) {
27 void MemoryManager::doFree(Nanoapp *app, void *ptr) {
  /external/brotli/enc/
memory.h 24 typedef struct MemoryManager {
35 } MemoryManager;
38 MemoryManager* m, brotli_alloc_func alloc_func, brotli_free_func free_func,
41 BROTLI_INTERNAL void* BrotliAllocate(MemoryManager* m, size_t n);
45 BROTLI_INTERNAL void BrotliFree(MemoryManager* m, void* p);
57 BROTLI_INTERNAL void BrotliWipeOutMemoryManager(MemoryManager* m);
block_splitter.h 33 BROTLI_INTERNAL void BrotliDestroyBlockSplit(MemoryManager* m,
36 BROTLI_INTERNAL void BrotliSplitBlock(MemoryManager* m,
compress_fragment_two_pass.h 39 BROTLI_INTERNAL void BrotliCompressFragmentTwoPass(MemoryManager* m,
brotli_bit_stream.h 38 MemoryManager* m, const uint32_t* histogram, const size_t histogram_total,
44 BROTLI_INTERNAL void BrotliStoreMetaBlock(MemoryManager* m,
65 BROTLI_INTERNAL void BrotliStoreMetaBlockTrivial(MemoryManager* m,
80 BROTLI_INTERNAL void BrotliStoreMetaBlockFast(MemoryManager* m,
compress_fragment.h 45 BROTLI_INTERNAL void BrotliCompressFragmentFast(MemoryManager* m,
backward_references_hq.h 26 MemoryManager* m, const BrotliDictionary* dictionary, size_t num_bytes,
33 MemoryManager* m, const BrotliDictionary* dictionary, size_t num_bytes,
81 MemoryManager* m, const BrotliDictionary* dictionary, size_t num_bytes,
metablock.h 59 MemoryManager* m, MetaBlockSplit* mb) {
71 BROTLI_INTERNAL void BrotliBuildMetaBlock(MemoryManager* m,
87 MemoryManager* m, const uint8_t* ringbuffer, size_t pos, size_t mask,
memory.c 42 MemoryManager* m, brotli_alloc_func alloc_func, brotli_free_func free_func,
63 void* BrotliAllocate(MemoryManager* m, size_t n) {
69 void BrotliFree(MemoryManager* m, void* p) {
73 void BrotliWipeOutMemoryManager(MemoryManager* m) {
119 static void CollectGarbagePointers(MemoryManager* m) {
149 void* BrotliAllocate(MemoryManager* m, size_t n) {
160 void BrotliFree(MemoryManager* m, void* p) {
167 void BrotliWipeOutMemoryManager(MemoryManager* m) {
  /system/chre/core/tests/
memory_manager_test.cc 23 using chre::MemoryManager;
32 TEST(MemoryManager, DefaultTotalMemoryAllocatedIsZero) {
33 MemoryManager manager;
37 TEST(MemoryManager, BasicAllocationFree) {
38 MemoryManager manager;
49 TEST(MemoryManager, NullPointerFree) {
50 MemoryManager manager;
57 TEST(MemoryManager, ZeroAllocationFails) {
58 MemoryManager manager;
66 TEST(MemoryManager, HugeAllocationFails)
    [all...]
  /system/chre/platform/slpi/
memory_manager.cc 24 void *MemoryManager::doAlloc(Nanoapp *app, uint32_t bytes) {
32 void MemoryManager::doFree(Nanoapp *app, void *ptr) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldCOFF.h 35 create(Triple::ArchType Arch, RuntimeDyld::MemoryManager &MemMgr,
39 RuntimeDyldCOFF(RuntimeDyld::MemoryManager &MemMgr,
  /packages/apps/Camera2/src/com/android/camera/app/
MemoryManager.java 25 public interface MemoryManager {
35 * @param state the new state, one of {@link MemoryManager#STATE_OK},
36 * {@link MemoryManager#STATE_LOW_MEMORY},
CameraServices.java 38 public MemoryManager getMemoryManager();
  /system/chre/platform/shared/
memory_manager.cc 23 void *MemoryManager::nanoappAlloc(Nanoapp *app, uint32_t bytes) {
48 void MemoryManager::nanoappFree(Nanoapp *app, void *ptr) {
66 bool MemoryManager::logStateToBuffer(char *buffer, size_t *bufferPos,
  /external/llvm/unittests/ExecutionEngine/Orc/
LazyEmittingLayerTest.cpp 19 std::unique_ptr<llvm::RuntimeDyld::MemoryManager> MemMgr,
  /external/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 30 class MCJITMemoryManager : public RuntimeDyld::MemoryManager {
33 // Don't hide the notifyObjectLoaded method from RuntimeDyld::MemoryManager.
34 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 33 class MCJITMemoryManager : public RuntimeDyld::MemoryManager {
35 // Don't hide the notifyObjectLoaded method from RuntimeDyld::MemoryManager.
36 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 33 class MCJITMemoryManager : public RuntimeDyld::MemoryManager {
35 // Don't hide the notifyObjectLoaded method from RuntimeDyld::MemoryManager.
36 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 33 class MCJITMemoryManager : public RuntimeDyld::MemoryManager {
35 // Don't hide the notifyObjectLoaded method from RuntimeDyld::MemoryManager.
36 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 33 class MCJITMemoryManager : public RuntimeDyld::MemoryManager {
35 // Don't hide the notifyObjectLoaded method from RuntimeDyld::MemoryManager.
36 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 33 class MCJITMemoryManager : public RuntimeDyld::MemoryManager {
35 // Don't hide the notifyObjectLoaded method from RuntimeDyld::MemoryManager.
36 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 33 class MCJITMemoryManager : public RuntimeDyld::MemoryManager {
35 // Don't hide the notifyObjectLoaded method from RuntimeDyld::MemoryManager.
36 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 33 class MCJITMemoryManager : public RuntimeDyld::MemoryManager {
35 // Don't hide the notifyObjectLoaded method from RuntimeDyld::MemoryManager.
36 using RuntimeDyld::MemoryManager::notifyObjectLoaded;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 33 class MCJITMemoryManager : public RuntimeDyld::MemoryManager {
35 // Don't hide the notifyObjectLoaded method from RuntimeDyld::MemoryManager.
36 using RuntimeDyld::MemoryManager::notifyObjectLoaded;

Completed in 587 milliseconds

1 2 3 4