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

/external/chromium_org/sandbox/win/src/
H A Dipc_unittest.cc16 IPCControl* MakeChannels(size_t channel_size, size_t total_shared_size, argument
19 char* mem = new char[total_shared_size];
20 memset(mem, 0, total_shared_size);
22 total_shared_size -= offsetof(IPCControl, channels);
24 total_shared_size / (sizeof(ChannelControl) + channel_size);

Completed in 183 milliseconds