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

1234567891011>>

/system/update_engine/
H A Dweave_service_factory.h20 #include <memory>
22 #include <base/memory/ref_counted.h>
H A Dnetwork_selector.h20 #include <memory>
H A Ddaemon_state_interface.h22 #include <memory>
/system/update_engine/common/
H A Dboot_control.h20 #include <memory>
H A Dhardware.h20 #include <memory>
/system/extras/memory_replay/tests/
H A DActionTest.cpp25 uint8_t memory[Action::MaxActionSize()]; local
27 Action* action = Action::CreateAction(0x1234, "malloc", line, memory);
40 uint8_t memory[128]; local
42 Action* action = Action::CreateAction(0x1234, "malloc", line, memory);
47 uint8_t memory[128]; local
49 Action* action = Action::CreateAction(0x1234, "free", line, memory);
60 uint8_t memory[128]; local
62 Action* action = Action::CreateAction(0x1234, "calloc", line, memory);
75 uint8_t memory[128]; local
77 Action* action = Action::CreateAction(0, "free", line, memory);
86 uint8_t memory[128]; local
97 uint8_t memory[128]; local
123 uint8_t memory[128]; local
134 uint8_t memory[128]; local
149 uint8_t memory[128]; local
160 uint8_t memory[128]; local
[all...]
/system/extras/memory_replay/
H A DAction.cpp67 void* memory = malloc(size_); variable
70 memset(memory, 1, size_);
71 pointers->Add(key_pointer_, memory);
87 void* memory = calloc(n_elements_, size_); variable
90 memset(memory, 0, n_elements_ * size_);
91 pointers->Add(key_pointer_, memory);
117 void* memory = realloc(old_memory, size_); variable
120 memset(memory, 1, size_);
121 pointers->Add(key_pointer_, memory);
140 void* memory variable
162 void* memory = pointers->Remove(key_pointer_); variable
164 free(memory); variable
[all...]
/system/connectivity/shill/
H A Dconnection_tester.h20 #include <memory>
26 #include <base/memory/ref_counted.h>
27 #include <base/memory/weak_ptr.h>
H A Devent_dispatcher.h20 #include <memory>
24 #include <base/memory/ref_counted.h>
/system/weaved/buffet/
H A Dmdns_client.h21 #include <memory>
25 #include <base/memory/ref_counted.h>
H A Dbluetooth_client.h20 #include <memory>
/system/bt/service/hal/
H A Dgatt_helpers.h19 #include <memory>
/system/connectivity/shill/upstart/
H A Dupstart.h20 #include <memory>
/system/tools/aidl/
H A Dmain_cpp.cpp17 #include <memory>
/system/update_engine/client_library/
H A Dclient.cc19 #include <memory>
/system/update_engine/update_manager/
H A Dreal_random_provider.h20 #include <memory>
/system/webservd/webservd/
H A Dencryptor.h18 #include <memory>
/system/bt/service/ipc/
H A Dipc_manager.h19 #include <memory>
22 #include <base/memory/ref_counted.h>
/system/connectivity/shill/dbus/
H A Dchromeos_upstart_proxy.h24 #include <base/memory/ref_counted.h>
25 #include <base/memory/weak_ptr.h>
/system/connectivity/shill/shims/
H A Dppp.h20 #include <memory>
24 #include <base/memory/ref_counted.h>
/system/firewalld/
H A Dfirewall_service.h20 #include <base/memory/scoped_ptr.h>
21 #include <base/memory/weak_ptr.h>
/system/media/brillo/audio/audioservice/
H A Daudio_daemon.h21 #include <memory>
25 #include <base/memory/weak_ptr.h>
/system/tpm/trunks/
H A Dbackground_command_transceiver.h24 #include <base/memory/ref_counted.h>
25 #include <base/memory/weak_ptr.h>
H A Dtrunks_dbus_service.h20 #include <memory>
23 #include <base/memory/weak_ptr.h>
/system/connectivity/shill/net/
H A Dio_handler_factory_container.h20 #include <memory>

Completed in 374 milliseconds

1234567891011>>